summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-25 00:30:28 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-25 00:30:28 (GMT)
commit120c21227af4e54ec181da8fce6ae21b414aa2d0 (patch)
treedb310baf83e83a53241bcce9eca19b9d4ed336e8 /Misc/NEWS
parentcd4ec0e2734a4f59ba97a79cf54c2c161167b96f (diff)
downloadcpython-120c21227af4e54ec181da8fce6ae21b414aa2d0.zip
cpython-120c21227af4e54ec181da8fce6ae21b414aa2d0.tar.gz
cpython-120c21227af4e54ec181da8fce6ae21b414aa2d0.tar.bz2
Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
is unknown.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d316a0..8a63a22 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
+ is unknown
+
- Issue #1583863: An str subclass can now override the __str__ method
- Issue #8014: Setting a T_UINT or T_PYSSIZET attribute of an object with