[issue4947] sys.stdout fails to use default encoding as advertised

STINNER Victor report at bugs.python.org
Sat Aug 14 14:04:17 CEST 2010


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

Attached patch fixes this old and annoying issue. The issue only concerns sys.std* files, because Python only set the encoding and errors attributes for these files.

----------
keywords: +patch
versions: +Python 2.7
Added file: http://bugs.python.org/file18521/file_write-2.7.patch

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


More information about the Python-bugs-list mailing list