diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-29 19:09:49 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-29 19:09:49 -0400 |
commit | 18f836fb658a5a545e8f9e3c72751759836322f8 (patch) | |
tree | ddd8a04150cd5e71559ba0b3bf71e57b09ca7912 /Misc | |
parent | 2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb (diff) | |
parent | 42ff105539bedfeb8e9a8cb9b8133ac15e027e6f (diff) | |
download | cpython-git-18f836fb658a5a545e8f9e3c72751759836322f8.tar.gz |
merge 3.3 (closes #22519)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ What's New in Python 3.4.3? Core and Builtins ----------------- +- Issue #22519: Fix overflow checking in PyBytes_Repr. + - Issue #22518: Fix integer overflow issues in latin-1 encoding. Library |