diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 14:23:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 14:23:21 (GMT) |
commit | 3fd4ab356d76b048f2dbd25797fec87f68dd7f73 (patch) | |
tree | fa93102bb187878dc697a720ff7940ff2af72ee9 /Misc | |
parent | df4bb46457b5bac4affd01926df6a2fb61bc7d19 (diff) | |
download | cpython-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/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 #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 |