From: Serhiy Storchaka Date: Sat, 4 Oct 2014 12:04:41 +0000 (+0300) Subject: Fixed issue number for issue #22470 in Misc/NEWS. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=429866d13684ed98520c6f7156c18b839f4bcb2f;p=python Fixed issue number for issue #22470 in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7b8177fc8a..6dc092e069 100644 --- 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.