diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-08 21:14:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-08 21:14:24 (GMT) |
commit | 48e188e57313813bd048e25b8fa6123b8cd5c9a0 (patch) | |
tree | 3d5b4dacb7995a82e1057a7fa4dc1ed7d8dc8c5c /Misc | |
parent | dec798eb46f7edfe0995ce1b8966097fb7567eb7 (diff) | |
download | cpython-48e188e57313813bd048e25b8fa6123b8cd5c9a0.zip cpython-48e188e57313813bd048e25b8fa6123b8cd5c9a0.tar.gz cpython-48e188e57313813bd048e25b8fa6123b8cd5c9a0.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
@@ -10,6 +10,9 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #11461: Fix the incremental UTF-16 decoder. Original patch by + Amaury Forgeot d'Arc. + - Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. - Issue #16455: On FreeBSD and Solaris, if the locale is C, the |