]> granicus.if.org Git - python/commit
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 11:48:30 +0000 (13:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 11:48:30 +0000 (13:48 +0200)
commitd64e8a75e5138d5e5970f0c70995ae5cc377c421
tree6265672e911ab4e728984d811fe63069b930d6bb
parentc5ee7f213e048ae20005eb6e5a09c76f9d8ec7f0
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Windows if the mbcs codec is not available, and fail with a fatal error if we
cannot get the locale encoding (if nl_langinfo(CODESET) is not available)
instead of using UTF-8.
Misc/NEWS
Python/bltinmodule.c
Python/pythonrun.c