From 0ad379cc8f3109f896887c11798c60f4cd228009 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 21 May 2015 20:54:26 +0300 Subject: [PATCH] Fixed issue number for issue #22939. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0e4130085c..cdcaff23ba 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. -- 2.50.1