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-Tag: v2.7.9rc1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=429866d13684ed98520c6f7156c18b839f4bcb2f;p=thirdparty%2FPython%2Fcpython.git Fixed issue number for issue #22470 in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7b8177fc8a50..6dc092e069a1 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.