diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 13:30:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 13:30:04 (GMT) |
commit | 55e2cb497bc35c6bf31673dce4d1ec4de0cb87d0 (patch) | |
tree | 8d4b1dcdcead0963ef270fdf80393dec0c045dda /Misc | |
parent | b946af58978ebe29ff6149e8f31e0edc299e4c03 (diff) | |
parent | 45d16d99240506df8d943c81017880977612488b (diff) | |
download | cpython-55e2cb497bc35c6bf31673dce4d1ec4de0cb87d0.zip cpython-55e2cb497bc35c6bf31673dce4d1ec4de0cb87d0.tar.gz cpython-55e2cb497bc35c6bf31673dce4d1ec4de0cb87d0.tar.bz2 |
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" + in any mapping, not only in a string. + - Issue #16730: importlib.machinery.FileFinder now no longers raises an exception when trying to populate its cache and it finds out the directory is unreadable or has turned into a file. Reported and diagnosed by |