summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-15 13:30:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-15 13:30:04 (GMT)
commit55e2cb497bc35c6bf31673dce4d1ec4de0cb87d0 (patch)
tree8d4b1dcdcead0963ef270fdf80393dec0c045dda /Misc
parentb946af58978ebe29ff6149e8f31e0edc299e4c03 (diff)
parent45d16d99240506df8d943c81017880977612488b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d30a1d3..51c9886 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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