[issue8663] Failed compile in a non-ASCII path

STINNER Victor report at bugs.python.org
Sun May 9 01:46:24 CEST 2010


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

If the standard output is not a TTY, Python uses ASCII encoding for sys.stdout: ./python -c "import sys;print(sys.stdout.encoding)"|cat => ascii.

This issue remembers me: #8533 (regrtest: use backslashreplace error handler for stdout).

----------

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


More information about the Python-bugs-list mailing list