diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-04 12:05:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-04 12:05:22 (GMT) |
commit | d32abc12e8764f39c562de31dbe6196a94f4c3bd (patch) | |
tree | 9941d5d920a038bfca287b310ec23b4a53440a75 | |
parent | 3deeeb0c39ee4fcc1949d127f95702edbed56943 (diff) | |
parent | fb8eaae6eb3996f9b02db81662be4e92b690d344 (diff) | |
download | cpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.zip cpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.tar.gz cpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.tar.bz2 |
Fixed issue number for issue #22470 in Misc/NEWS.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Release date: TBA 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 |