[issue6543] traceback presented in wrong encoding

STINNER Victor report at bugs.python.org
Fri Mar 26 17:01:11 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> "surrogateescape" characters are not printable

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

... see also #8092 :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6543>
_______________________________________


More information about the Python-bugs-list mailing list