diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-25 21:31:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-25 21:31:43 (GMT) |
commit | ace3ad3bf79a8a3b0ea9d1de97c8f8b59d1ac7b2 (patch) | |
tree | cdf8d1abca62783de7eafefcc9e924b34f04be2d /Misc | |
parent | 697e56d0f592165209cbeb87583c75dc231c6338 (diff) | |
download | cpython-ace3ad3bf79a8a3b0ea9d1de97c8f8b59d1ac7b2.zip cpython-ace3ad3bf79a8a3b0ea9d1de97c8f8b59d1ac7b2.tar.gz cpython-ace3ad3bf79a8a3b0ea9d1de97c8f8b59d1ac7b2.tar.bz2 |
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #16975: Fix error handling bug in the escape-decode bytes decoder. + - Issue #14850: Now a charmap decoder treats U+FFFE as "undefined mapping" in any mapping, not only in a string. |