cpython/Lib/xml/etree
Eli Bendersky aaa9780fe1 Issue #9708: Fix support for iterparse(parser=...) argument per documentation.
When _elementtree is imported, iterparse is redefined as a class and the parser
argument was ommitted. Fix this, and add a docstring to the class.
2013-01-24 07:15:19 -08:00
..
ElementInclude.py
ElementPath.py
ElementTree.py Issue #9708: Fix support for iterparse(parser=...) argument per documentation. 2013-01-24 07:15:19 -08:00
__init__.py
cElementTree.py