cpython/Lib/xml/etree
R David Murray 410d320703 whatsnew: XMLPullParser, plus some doc updates.
I was confused by the text saying that read_events "iterated", since it
actually returns an iterator (that's what a generator does) that the
caller must then iterate.  So I tidied up the language.  I'm not sure
what the sentence "Events provided in a previous call to read_events()
will not be yielded again." is trying to convey, so I didn't try to fix that.

Also fixed a couple more news items.
2014-01-04 23:52:50 -05:00
..
__init__.py Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 2010-03-13 23:24:31 +00:00
cElementTree.py Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. 2012-02-13 11:03:30 +01:00
ElementInclude.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
ElementPath.py Merge fix for Issue #17011 from 3.3 2013-08-03 17:48:41 -07:00
ElementTree.py whatsnew: XMLPullParser, plus some doc updates. 2014-01-04 23:52:50 -05:00