[issue8610] Python3/POSIX: errors if file system encoding is None

STINNER Victor report at bugs.python.org
Fri May 7 01:50:29 CEST 2010


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

New patch:
 - set encoding to ASCII on nl_langinfo(CODESET) failure
 - set encoding to ASCII if nl_langinfo(CODESET) is missing
 - document the changes

NEWS entry: "Issue #8610: Load file system codec at startup, and display a fatal error on failure. Set the file system encoding to ascii if getting the locale encoding failed, or if nl_langinfo(CODESET) function is missing."

----------
Added file: http://bugs.python.org/file17242/initfsencoding-2.patch

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


More information about the Python-bugs-list mailing list