diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-08 21:40:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-08 21:40:52 (GMT) |
commit | ae3b32ad6bd6326e14b4b4316af6edea8dfc9173 (patch) | |
tree | 6fb22559c8b1d83e2d2f9051a982b660613541f5 /Misc | |
parent | 040c3c81c1d2fafe4bec9bec9e1e448c84ae7dd8 (diff) | |
parent | 48e188e57313813bd048e25b8fa6123b8cd5c9a0 (diff) | |
download | cpython-ae3b32ad6bd6326e14b4b4316af6edea8dfc9173.zip cpython-ae3b32ad6bd6326e14b4b4316af6edea8dfc9173.tar.gz cpython-ae3b32ad6bd6326e14b4b4316af6edea8dfc9173.tar.bz2 |
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP
characters.
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 #11461: Fix the incremental UTF-16 decoder. Original patch by + Amaury Forgeot d'Arc. + - Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. - Issue #16856: Fix a segmentation fault from calling repr() on a dict with |