]> granicus.if.org Git - python/commitdiff
Fix news entry to use updated name for XMLPullParser.
authorR David Murray <rdmurray@bitdance.com>
Sun, 5 Jan 2014 05:30:03 +0000 (00:30 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sun, 5 Jan 2014 05:30:03 +0000 (00:30 -0500)
Misc/NEWS

index 0e59d0f15191dbaa0eaa28647da91c0b5a5b723d..d512d5d39cc5ab082d36bc6ef2a1d55abb328dd3 100644 (file)
--- 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.