summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-29 22:50:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-29 22:50:06 (GMT)
commit2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb (patch)
tree4cc312175b8c76caceb9b3ddf4f9f0a0200df856 /Misc
parent12dc0d96e0b32f3ee0aeba2e93994ff5e11bec29 (diff)
parent3bbb2e4844f29d8a74be08ec876b84e150cd5a6c (diff)
downloadcpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.zip
cpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.tar.gz
cpython-2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb.tar.bz2
merge 3.3 (closes #22518)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f95b593..3d13192 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@ What's New in Python 3.4.3?
Core and Builtins
-----------------
+- Issue #22518: Fix integer overflow issues in latin-1 encoding.
+
Library
-------