Staging
v0.5.1
https://github.com/python/cpython
Revision e1d5dd645d5f59867cb0ad63179110f310cbca89 authored by Stefan Behnel on 01 May 2019, 20:34:13 UTC, committed by GitHub on 01 May 2019, 20:34:13 UTC
* 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
1 parent ee88af3
Raw File
Tip revision: e1d5dd645d5f59867cb0ad63179110f310cbca89 authored by Stefan Behnel on 01 May 2019, 20:34:13 UTC
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Tip revision: e1d5dd6
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top