]> granicus.if.org Git - python/commit
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
authorEli Bendersky <eliben@gmail.com>
Tue, 29 May 2012 03:02:56 +0000 (06:02 +0300)
committerEli Bendersky <eliben@gmail.com>
Tue, 29 May 2012 03:02:56 +0000 (06:02 +0300)
commit737b173355b0473d134b1715dd8b1695eb023d8b
tree5921978a2a92a9298c2b01f93de7a94e6ee0d25a
parent6bed342b5895c816ac8d731d780ca6f01f8ea875
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Add attrib keyword to Element and SubElement in _elementtree.
Patch developed with Ezio Melotti.
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Modules/_elementtree.c