summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e59d0f151..d512d5d39c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2187,8 +2187,8 @@ Library
- Issue #11182: remove the unused and undocumented pydoc.Scanner class.
Patch by Martin Morrison.
-- Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser
- for non-blocking applications.
+- Issue #17741: Add ElementTree.XMLPullParser, an event-driven parser for
+ non-blocking applications.
- Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.