From fb8eaae6eb3996f9b02db81662be4e92b690d344 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 4 Oct 2014 15:05:00 +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 a33c4acd16..9915e4e9cd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,7 +9,7 @@ What's New in Python 3.4.3? Core and Builtins ----------------- -- Issue #22518: Fixed integer overflow issues in "backslashreplace", +- Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. - Issue #22520: Fix overflow checking when generating the repr of a unicode -- 2.40.0