summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-08-18 21:23:25 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-08-18 21:23:25 (GMT)
commit94908bbc1503df830d1d615e7b57744ae1b41079 (patch)
tree21569de8c7a5018cd83c3692c06544ba77de6f6c /Misc
parent56ab01b66aaee7495615beecd90438fe9ed99615 (diff)
downloadcpython-94908bbc1503df830d1d615e7b57744ae1b41079.zip
cpython-94908bbc1503df830d1d615e7b57744ae1b41079.tar.gz
cpython-94908bbc1503df830d1d615e7b57744ae1b41079.tar.bz2
Issue #8622: Add PYTHONFSENCODING environment variable to override the
filesystem encoding. initfsencoding() displays also a better error message if get_codeset() failed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e7acc6..5b22508 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 2?
Core and Builtins
-----------------
+- Issue #8622: Add PYTHONFSENCODING environment variable to override the
+ filesystem encoding.
+
- Issue #5127: The C functions that access the Unicode Database now accept and
return characters from the full Unicode range, even on narrow unicode builds
(Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others). A visible difference