[Buildbot-commits] [Buildbot] #1752: xp slave spews rmdirRecursive messages during svn update
Buildbot
nobody at buildbot.net
Fri Jan 14 23:22:25 UTC 2011
#1752: xp slave spews rmdirRecursive messages during svn update
----------------------+------------------------
Reporter: philippem | Owner:
Type: undecided | Status: closed
Priority: minor | Milestone: undecided
Version: 0.8.3 | Resolution: fixed
Keywords: |
----------------------+------------------------
Changes (by Dustin J. Mitchell):
* status: new => closed
* resolution: => fixed
Comment:
Don't try to re-decode a Unicode string from UTF-8
Python doesn't support trying to interpret a Unicode string as utf-8 -
you should be decoding a *bytestring* into utf-8 instead. So don't do
that. Fixes #1752.
Changeset: affdeceb68cd314e430add18c89f74fc394d18f0
--
Ticket URL: <http://trac.buildbot.net/ticket/1752#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list