]> granicus.if.org Git - python/commit
Issue #8622: Add PYTHONFSENCODING environment variable to override the
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Aug 2010 21:23:25 +0000 (21:23 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Aug 2010 21:23:25 +0000 (21:23 +0000)
commit94908bbc1503df830d1d615e7b57744ae1b41079
tree21569de8c7a5018cd83c3692c06544ba77de6f6c
parent56ab01b66aaee7495615beecd90438fe9ed99615
Issue #8622: Add PYTHONFSENCODING environment variable to override the
filesystem encoding.

initfsencoding() displays also a better error message if get_codeset() failed.
Doc/using/cmdline.rst
Doc/whatsnew/3.2.rst
Lib/test/test_pep277.py
Lib/test/test_sys.py
Misc/NEWS
Modules/main.c
Python/pythonrun.c