diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-29 23:09:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-29 23:09:49 (GMT) |
commit | 18f836fb658a5a545e8f9e3c72751759836322f8 (patch) | |
tree | ddd8a04150cd5e71559ba0b3bf71e57b09ca7912 /Misc/NEWS | |
parent | 2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb (diff) | |
parent | 42ff105539bedfeb8e9a8cb9b8133ac15e027e6f (diff) | |
download | cpython-18f836fb658a5a545e8f9e3c72751759836322f8.zip cpython-18f836fb658a5a545e8f9e3c72751759836322f8.tar.gz cpython-18f836fb658a5a545e8f9e3c72751759836322f8.tar.bz2 |
merge 3.3 (closes #22519)
Diffstat (limited to 'Misc/NEWS')
-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 |