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 vstinner
Recipients vstinner
Date 2010-03-08.23:21:05
SpamBayes Score 0.025519146
Marked as misclassified No
Message-id <1268090467.51.0.427647969669.issue8092@psf.upfronthosting.co.za>
In-reply-to
Content
utf8 encoder doesn't work in backslashreplace error handler:

>>> "\uDC80".encode("utf8", "backslashreplace")
TypeError: error handler should have returned bytes
History
Date User Action Args
2010-03-08 23:21:07vstinnersetrecipients: + vstinner
2010-03-08 23:21:07vstinnersetmessageid: <1268090467.51.0.427647969669.issue8092@psf.upfronthosting.co.za>
2010-03-08 23:21:05vstinnerlinkissue8092 messages
2010-03-08 23:21:05vstinnercreate