[issue18713] Enable surrogateescape on stdin and stdout when appropriate

STINNER Victor report at bugs.python.org
Thu Aug 22 02:36:29 CEST 2013


STINNER Victor added the comment:

Attached patch changes the error handle of stdin, stdout and stderr to surrogateescape by default. It can still be changed explicitly using the PYTHONIOENCODING environment variable.

----------
keywords: +patch
Added file: http://bugs.python.org/file31414/surrogateescape.patch

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


More information about the Python-bugs-list mailing list