[Python-checkins] cpython: Fix news entry to use updated name for XMLPullParser.

r.david.murray python-checkins at python.org
Sun Jan 5 06:30:32 CET 2014


http://hg.python.org/cpython/rev/2d876843b52c
changeset:   88310:2d876843b52c
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Jan 05 00:30:03 2014 -0500
summary:
  Fix news entry to use updated name for XMLPullParser.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2187,8 +2187,8 @@
 - 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list