[Python-checkins] cpython (2.7): Fixed issue number for issue #22470 in Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Sat Oct 4 14:10:41 CEST 2014


https://hg.python.org/cpython/rev/a3e18dd8f267
changeset:   92798:a3e18dd8f267
branch:      2.7
parent:      92796:d1be1f355f59
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Oct 04 15:04:41 2014 +0300
summary:
  Fixed issue number for issue #22470 in Misc/NEWS.

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 #22518: Fixed integer overflow issues in "backslashreplace" and
+- Issue #22470: Fixed integer overflow issues in "backslashreplace" and
   "xmlcharrefreplace" error handlers.
 
 - Issue #22526: Fix iterating through files with lines longer than 2^31 bytes.

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


More information about the Python-checkins mailing list