changeset: 92800:fc941169125e parent: 92797:2ba2ee5713bd parent: 92799:cba365e2117f user: Serhiy Storchaka date: Sat Oct 04 15:05:22 2014 +0300 files: Misc/NEWS description: Fixed issue number for issue #22470 in Misc/NEWS. diff -r 2ba2ee5713bd -r fc941169125e Misc/NEWS --- a/Misc/NEWS Sat Oct 04 14:58:43 2014 +0300 +++ b/Misc/NEWS Sat Oct 04 15:05:22 2014 +0300 @@ -10,7 +10,7 @@ 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 #22540: speed up `PyObject_IsInstance` and `PyObject_IsSubclass` in the