summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-07 14:25:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-07 14:25:25 (GMT)
commit03ee12ed7251b6b251d55d708a22616ed2538b19 (patch)
tree94227dbfa67f3186277e59f454a15ef34de7f64a /Misc/NEWS
parentcf0904ff6523c5883b1b6ba5d633bb5fbfef970a (diff)
parent3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (diff)
downloadcpython-03ee12ed7251b6b251d55d708a22616ed2538b19.zip
cpython-03ee12ed7251b6b251d55d708a22616ed2538b19.tar.gz
cpython-03ee12ed7251b6b251d55d708a22616ed2538b19.tar.bz2
Issue #17043: The unicode-internal decoder no longer read past the end of
input buffer.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b63511c..9491614 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.1?
Core and Builtins
-----------------
+- Issue #17043: The unicode-internal decoder no longer read past the end of
+ input buffer.
+
- Issue #17098: All modules now have __loader__ set even if they pre-exist the
bootstrapping of importlib.