summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-04 12:05:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-04 12:05:22 (GMT)
commitd32abc12e8764f39c562de31dbe6196a94f4c3bd (patch)
tree9941d5d920a038bfca287b310ec23b4a53440a75
parent3deeeb0c39ee4fcc1949d127f95702edbed56943 (diff)
parentfb8eaae6eb3996f9b02db81662be4e92b690d344 (diff)
downloadcpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.zip
cpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.tar.gz
cpython-d32abc12e8764f39c562de31dbe6196a94f4c3bd.tar.bz2
Fixed issue number for issue #22470 in Misc/NEWS.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48bdc57..7c377a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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