From: Serhiy Storchaka Date: Thu, 21 May 2015 17:54:36 +0000 (+0300) Subject: Fixed issue number for issue #22939. X-Git-Tag: v3.5.0b1~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0978b5cdb36ef73061e438c342b508dd38c73ce8;p=thirdparty%2FPython%2Fcpython.git Fixed issue number for issue #22939. --- diff --git a/Misc/NEWS b/Misc/NEWS index edd6aaac2ba3..88e76433815a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ Release date: tba Core and Builtins ----------------- -- Issue #23985: Fixed integer overflow in iterator object. Patch by +- Issue #22939: Fixed integer overflow in iterator object. Patch by Clement Rouault. - Issue #23985: Fix a possible buffer overrun when deleting a slice from