Fixed issue number for issue #22470 in Misc/NEWS.

This commit is contained in:
Serhiy Storchaka 2014-10-04 15:04:41 +03:00
parent fb7c38040e
commit 429866d136
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ What's New in Python 2.7.9?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #22518: Fixed integer overflow issues in "backslashreplace" and - Issue #22470: Fixed integer overflow issues in "backslashreplace" and
"xmlcharrefreplace" error handlers. "xmlcharrefreplace" error handlers.
- Issue #22526: Fix iterating through files with lines longer than 2^31 bytes. - Issue #22526: Fix iterating through files with lines longer than 2^31 bytes.