From 429866d13684ed98520c6f7156c18b839f4bcb2f Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 4 Oct 2014 15:04:41 +0300 Subject: [PATCH] Fixed issue number for issue #22470 in Misc/NEWS. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1