summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-29 22:42:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-29 22:42:35 (GMT)
commit3bbb2e4844f29d8a74be08ec876b84e150cd5a6c (patch)
tree34e305fb3ff14024782ea17cee9979b5686294e2 /Misc
parenta1c1be4e03cb428a7229d9fe703dbaa0ddd359f3 (diff)
downloadcpython-3bbb2e4844f29d8a74be08ec876b84e150cd5a6c.zip
cpython-3bbb2e4844f29d8a74be08ec876b84e150cd5a6c.tar.gz
cpython-3bbb2e4844f29d8a74be08ec876b84e150cd5a6c.tar.bz2
NEWS issue for #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 b5eab85..034c72d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.6 release candidate 1?
Core and Builtins
-----------------
+- Issue #22518: Fix integer overflow issues in latin-1 encoding.
+
Library
-------