From: R David Murray Date: Sun, 5 Jan 2014 05:30:03 +0000 (-0500) Subject: Fix news entry to use updated name for XMLPullParser. X-Git-Tag: v3.4.0b2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d8bd67cca829a05aa75f9663b51a6ad8620eaa5;p=thirdparty%2FPython%2Fcpython.git Fix news entry to use updated name for XMLPullParser. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e59d0f15191..d512d5d39cc5 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.