cpython/Lib/xml/etree
Stefan Behnel e1d5dd645d
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
* Implement C14N 2.0 as a new canonicalize() function in ElementTree.

Missing features:
- prefix renaming in XPath expressions (tag and attribute text is supported)
- preservation of original prefixes given redundant namespace declarations
2019-05-01 22:34:13 +02:00
..
__init__.py
cElementTree.py Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. 2012-02-13 11:03:30 +01:00
ElementInclude.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:56 +02:00
ElementPath.py bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) 2019-04-18 19:05:03 +02:00
ElementTree.py bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) 2019-05-01 22:34:13 +02:00