[issue8725] Python3: use ASCII for the file system encoding on initfsencoding() failure

STINNER Victor report at bugs.python.org
Wed Oct 20 01:55:27 CEST 2010


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

initfsencoding() now raises a fatal error on get_codeset() error. Use a encoding different than the locale encoding on get_codeset() only leads to mojibake and encoding issues, it's not a good idea. Close this issue as invalid.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list