]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed issue number for issue #22939.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:54:26 +0000 (20:54 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:54:26 +0000 (20:54 +0300)
Misc/NEWS

index 0e4130085c53b51529b9efb86a1a22aba0f04757..cdcaff23ba82e17c391d45f6f49ce264048e2b58 100644 (file)
--- 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.