cpython/Lib/xml/etree
Stefan Behnel 88db8bd064
bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201)
Also provide better grouping of the tokenizer tests.
2019-05-09 07:22:47 +02:00
..
ElementInclude.py
ElementPath.py bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) 2019-05-09 07:22:47 +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