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 amaury.forgeotdarc, flox, jafo, r_mosaic, vstinner
Date 2010-03-26.16:01:09
SpamBayes Score 0.0071404446
Marked as misclassified No
Message-id <1269619271.65.0.790421943526.issue6543@psf.upfronthosting.co.za>
In-reply-to
Content
> "surrogateescape" characters are not printable

stderr uses backslashescape error handler, and so non-decodable characters will be displayed as \xHH.

... see also #8092 :-)
History
Date User Action Args
2010-03-26 16:01:12vstinnersetrecipients: + vstinner, jafo, amaury.forgeotdarc, r_mosaic, flox
2010-03-26 16:01:11vstinnersetmessageid: <1269619271.65.0.790421943526.issue6543@psf.upfronthosting.co.za>
2010-03-26 16:01:10vstinnerlinkissue6543 messages
2010-03-26 16:01:10vstinnercreate