summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 19:26:15 (GMT)
commitacac1e0e3bf564fbad2107d8f50d7e9c42e5ef22 (patch)
treebda16bbecd17624c36ec73d27575cd3134696d54
parentff0f322edbb200c1dadd287c3355a5bc006d7fa6 (diff)
parentdac3ab84c73eb99265f0cf4863897c8e8302dbfd (diff)
downloadcpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.zip
cpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.tar.gz
cpython-acac1e0e3bf564fbad2107d8f50d7e9c42e5ef22.tar.bz2
merge 3.3
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee3bcf7..c8c455c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,7 +91,7 @@ Library
- Issue #23796: peek and read1 methods of BufferedReader now raise ValueError
if they called on a closed object. Patch by John Hergenroeder.
-- 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.