This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox
Date 2010-01-13.22:44:30
SpamBayes Score 0.05117231
Marked as misclassified No
Message-id <1263422671.92.0.826830182219.issue7697@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it is the documented behaviour.
http://docs.python.org/py3k/library/os.html#file-names-command-line-arguments-and-environment-variables

>>> b'\xe7'.decode('utf-8', 'surrogateescape')
'\udce7'
History
Date User Action Args
2010-01-13 22:44:31floxsetrecipients: + flox
2010-01-13 22:44:31floxsetmessageid: <1263422671.92.0.826830182219.issue7697@psf.upfronthosting.co.za>
2010-01-13 22:44:30floxlinkissue7697 messages
2010-01-13 22:44:30floxcreate