[issue18713] Enable surrogateescape on stdin and stdout when appropriate

Serhiy Storchaka report at bugs.python.org
Thu Aug 22 14:47:09 CEST 2013


Serhiy Storchaka added the comment:

The surrogateescape error handler is dangerous with utf-16/32. It can produce globally invalid output.

----------

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


More information about the Python-bugs-list mailing list