changeset: 92798:a3e18dd8f267 branch: 2.7 parent: 92796:d1be1f355f59 user: Serhiy Storchaka date: Sat Oct 04 15:04:41 2014 +0300 files: Misc/NEWS description: Fixed issue number for issue #22470 in Misc/NEWS. diff -r d1be1f355f59 -r a3e18dd8f267 Misc/NEWS --- a/Misc/NEWS Sat Oct 04 14:51:44 2014 +0300 +++ b/Misc/NEWS Sat Oct 04 15:04:41 2014 +0300 @@ -10,7 +10,7 @@ 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.