diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 13:01:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-15 13:01:20 (GMT) |
commit | 45d16d99240506df8d943c81017880977612488b (patch) | |
tree | 7b1be772234e51b252273bbde6800f2f3272039f /Misc | |
parent | 18ba40b9450d9e45b9581b7c9017f839808b56dc (diff) | |
parent | 4fb8caee87fea1707f9a754365d5ec30c9220f6f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |