]> granicus.if.org Git - python/commitdiff
Fixed issue number for issue #22470 in Misc/NEWS.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 12:04:41 +0000 (15:04 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 12:04:41 +0000 (15:04 +0300)
Misc/NEWS

index 7b8177fc8a50b4c5642cdac4b4a1000831416f5a..6dc092e069a142e6c82b081c1b4c6708e8a21641 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 2.7.9?
 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.