summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:21 (GMT)
commit758d60baaa3c041d0982c84d514719ab197bd6ed (patch)
tree294c77e4a348d4f51bbe26487fb1c83589f182c7 /Misc
parent7763c68dcd8ac6fa3e7d24197ea1fae614eaacb2 (diff)
parentacac1e0e3bf564fbad2107d8f50d7e9c42e5ef22 (diff)
downloadcpython-758d60baaa3c041d0982c84d514719ab197bd6ed.zip
cpython-758d60baaa3c041d0982c84d514719ab197bd6ed.tar.gz
cpython-758d60baaa3c041d0982c84d514719ab197bd6ed.tar.bz2
merge 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cbbee9..1f5241b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -444,7 +444,7 @@ Library
lines from the code object, fixing an issue when a lambda function is used as
decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
-- Fix possible integer overflows in the pickle module.
+- Issue #24521: Fix possible integer overflows in the pickle module.
- Issue #22931: Allow '[' and ']' in cookie values.