diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 14:25:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 14:25:25 (GMT) |
commit | 03ee12ed7251b6b251d55d708a22616ed2538b19 (patch) | |
tree | 94227dbfa67f3186277e59f454a15ef34de7f64a /Misc/NEWS | |
parent | cf0904ff6523c5883b1b6ba5d633bb5fbfef970a (diff) | |
parent | 3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (diff) | |
download | cpython-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/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 #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. |