]> granicus.if.org Git - python/commit
Issue #8610: Load file system codec at startup, and display a fatal error on
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 15 May 2010 12:27:16 +0000 (12:27 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 15 May 2010 12:27:16 +0000 (12:27 +0000)
commitb744ba1d14c5487576c95d0311e357b707600b47
tree8730e891809884fd8b458b65e7d4bb26ebf6ef0e
parent06ba9ade85be733e4c6c3708c088317068ae20d9
Issue #8610: Load file system codec at startup, and display a fatal error on
failure. Set the file system encoding to utf-8 (instead of None) if getting
the locale encoding failed, or if nl_langinfo(CODESET) function is missing.
Doc/library/sys.rst
Misc/NEWS
Python/bltinmodule.c
Python/pythonrun.c