summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:29 (GMT)
commit5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3 (patch)
treede7667439240be20c2c722106f10fd1bf9435745
parent3ad880a98aad044119e2d80654e4a641e2504871 (diff)
parent758d60baaa3c041d0982c84d514719ab197bd6ed (diff)
downloadcpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.zip
cpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.tar.gz
cpython-5a22ca7fcc8e628f4d1fce252d97aed4d7ed46a3.tar.bz2
merge 3.5
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d367e4..18da52d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,7 +463,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.