summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-08 21:40:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-08 21:40:52 (GMT)
commitae3b32ad6bd6326e14b4b4316af6edea8dfc9173 (patch)
tree6fb22559c8b1d83e2d2f9051a982b660613541f5 /Misc
parent040c3c81c1d2fafe4bec9bec9e1e448c84ae7dd8 (diff)
parent48e188e57313813bd048e25b8fa6123b8cd5c9a0 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b40d4c7..8a5d14d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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