cpython/Lib/xml/etree
Stefan Behnel 47541689cc
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
2019-05-03 20:58:16 +02:00
..
ElementInclude.py
ElementPath.py bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) 2019-05-03 20:58:16 +02:00
ElementTree.py bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) 2019-05-01 22:34:13 +02:00
__init__.py
cElementTree.py