cpython/Lib/xml/etree
Stefan Behnel 3c5a858ec6
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830)
2019-04-14 21:12:34 +02:00
..
ElementInclude.py
ElementPath.py bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) 2019-04-14 21:12:34 +02:00
ElementTree.py bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) 2019-04-14 10:07:02 +02:00
__init__.py
cElementTree.py