cpython/Lib/xml/etree
Eli Bendersky c4d5e08e3f 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:46 -08:00
..
ElementInclude.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
ElementPath.py Issue #12323: Strengthen error checking of the position XPath selectors 2013-01-24 06:29:26 -08:00
ElementTree.py Issue #9708: Fix support for iterparse(parser=...) argument per documentation. 2013-01-24 07:15:46 -08:00
__init__.py
cElementTree.py