summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-29 23:09:49 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-29 23:09:49 (GMT)
commit18f836fb658a5a545e8f9e3c72751759836322f8 (patch)
treeddd8a04150cd5e71559ba0b3bf71e57b09ca7912 /Misc/NEWS
parent2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb (diff)
parent42ff105539bedfeb8e9a8cb9b8133ac15e027e6f (diff)
downloadcpython-18f836fb658a5a545e8f9e3c72751759836322f8.zip
cpython-18f836fb658a5a545e8f9e3c72751759836322f8.tar.gz
cpython-18f836fb658a5a545e8f9e3c72751759836322f8.tar.bz2
merge 3.3 (closes #22519)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d13192..6eb64f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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