diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-05 00:30:03 -0500 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-05 00:30:03 -0500 |
commit | 1d8bd67cca829a05aa75f9663b51a6ad8620eaa5 (patch) | |
tree | 8e0ff5027192c36fbc11eb79ffcfbbde92044ce4 | |
parent | 0dddf4258ac5b543b868e63adc9879dd932a46a4 (diff) | |
download | cpython-git-1d8bd67cca829a05aa75f9663b51a6ad8620eaa5.tar.gz |
Fix news entry to use updated name for XMLPullParser.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |