summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-07 14:23:21 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-07 14:23:21 (GMT)
commit3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (patch)
treefa93102bb187878dc697a720ff7940ff2af72ee9 /Misc
parentdf4bb46457b5bac4affd01926df6a2fb61bc7d19 (diff)
downloadcpython-3fd4ab356d76b048f2dbd25797fec87f68dd7f73.zip
cpython-3fd4ab356d76b048f2dbd25797fec87f68dd7f73.tar.gz
cpython-3fd4ab356d76b048f2dbd25797fec87f68dd7f73.tar.bz2
Issue #17043: The unicode-internal decoder no longer read past the end of
input buffer.
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 83f52af..c715170 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #17043: The unicode-internal decoder no longer read past the end of
+ input buffer.
+
- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
- Issue #10156: In the interpreter's initialization phase, unicode globals