summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-15 13:01:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-15 13:01:20 (GMT)
commit45d16d99240506df8d943c81017880977612488b (patch)
tree7b1be772234e51b252273bbde6800f2f3272039f /Misc
parent18ba40b9450d9e45b9581b7c9017f839808b56dc (diff)
parent4fb8caee87fea1707f9a754365d5ec30c9220f6f (diff)
downloadcpython-45d16d99240506df8d943c81017880977612488b.zip
cpython-45d16d99240506df8d943c81017880977612488b.tar.gz
cpython-45d16d99240506df8d943c81017880977612488b.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 ae3a67b..c1ff58d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.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