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

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


https://hg.python.org/cpython/rev/7fa2f4afcf5a
changeset:   96192:7fa2f4afcf5a
branch:      3.4
parent:      96189:5b86a1abc8c3
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu May 21 20:54:36 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.  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

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


More information about the Python-checkins mailing list