]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add issue number
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2015 19:25:50 +0000 (14:25 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2015 19:25:50 +0000 (14:25 -0500)
Misc/NEWS

index 29914fc9ea81e7c9a922cd8ad2e1c162128e9392..43a9f377f8245c2c53e2850be9df3dea12c58406 100644 (file)
--- 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.