From: Serhiy Storchaka Date: Thu, 21 May 2015 17:54:26 +0000 (+0300) Subject: Fixed issue number for issue #22939. X-Git-Tag: v2.7.11rc1~302^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ad379cc8f3109f896887c11798c60f4cd228009;p=thirdparty%2FPython%2Fcpython.git Fixed issue number for issue #22939. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e4130085c53..cdcaff23ba82 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ What's New in Python 2.7.11? Core and Builtins ----------------- -- Issue #23985: Fixed integer overflow in iterator object. Original patch by +- Issue #22939: Fixed integer overflow in iterator object. Original patch by Clement Rouault. - Issue #24102: Fixed exception type checking in standard error handlers.