diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-30 03:02:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-30 03:02:35 (GMT) |
commit | 43030ee78041455566e7f78d6d5135eaa3455294 (patch) | |
tree | 070432959d5a68bb8d36e08759ae3a073619706d /Misc | |
parent | c44eb73473f31dfde1e8cb6ba485a309e3b0757e (diff) | |
parent | 736b8012b42be24dd26b57bd443a576cc37c116c (diff) | |
download | cpython-43030ee78041455566e7f78d6d5135eaa3455294.zip cpython-43030ee78041455566e7f78d6d5135eaa3455294.tar.gz cpython-43030ee78041455566e7f78d6d5135eaa3455294.tar.bz2 |
merge 3.3 (#22520)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ What's New in Python 3.4.3? Core and Builtins ----------------- +- Issue #22520: Fix overflow checking when generating the repr of a unicode + object. + - Issue #22519: Fix overflow checking in PyBytes_Repr. - Issue #22518: Fix integer overflow issues in latin-1 encoding. |