[Python-checkins] cpython (2.7): Fixed issue number for issue #22939.

serhiy.storchaka python-checkins at python.org
Thu May 21 19:55:21 CEST 2015


https://hg.python.org/cpython/rev/d6179accca20
changeset:   96191:d6179accca20
branch:      2.7
parent:      96188:274c1b0a2494
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu May 21 20:54:26 2015 +0300
summary:
  Fixed issue number for issue #22939.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list