From: Benjamin Peterson Date: Sat, 27 Jun 2015 19:25:50 +0000 (-0500) Subject: add issue number X-Git-Tag: v3.4.4rc1~5^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac3ab84c73eb99265f0cf4863897c8e8302dbfd;p=thirdparty%2FPython%2Fcpython.git add issue number --- diff --git a/Misc/NEWS b/Misc/NEWS index 29914fc9ea81..43a9f377f824 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.