diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-25 00:30:28 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-25 00:30:28 (GMT) |
commit | 120c21227af4e54ec181da8fce6ae21b414aa2d0 (patch) | |
tree | db310baf83e83a53241bcce9eca19b9d4ed336e8 /Misc/NEWS | |
parent | cd4ec0e2734a4f59ba97a79cf54c2c161167b96f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |