summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 19:25:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 19:25:50 (GMT)
commitdac3ab84c73eb99265f0cf4863897c8e8302dbfd (patch)
tree8be1ecefd889cdb90ce2ca98861e77d768ad5d5c /Misc
parent59b08c18a81b1098f136e62309ac0a749147b9a7 (diff)
downloadcpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.zip
cpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.tar.gz
cpython-dac3ab84c73eb99265f0cf4863897c8e8302dbfd.tar.bz2
add issue number
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 29914fc..43a9f37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,7 +22,7 @@ Core and Builtins
Library
-------
-- 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.