STINNER Victor <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue6543> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
