]> granicus.if.org Git - python/commit
whatsnew: XMLPullParser, plus some doc updates.
authorR David Murray <rdmurray@bitdance.com>
Sun, 5 Jan 2014 04:52:50 +0000 (23:52 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sun, 5 Jan 2014 04:52:50 +0000 (23:52 -0500)
commit410d320703313b6a303094b8355ae7cc1f0196f6
treeafeaab503d68b01b002889d08115706085b26e96
parentaed5b22ead9127103cea2de8722d36b90a320142
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.
Doc/library/xml.etree.elementtree.rst
Doc/whatsnew/3.4.rst
Lib/xml/etree/ElementTree.py
Misc/NEWS