[Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?

Stefan Behnel stefan_ml at behnel.de
Tue Mar 19 14:35:24 EDT 2019


Nathaniel Smith schrieb am 19.03.19 um 00:15:
> That seems potentially simpler to implement than canonical XML
> serialization

C14N is already implemented for ElementTree, just needs to be ported to
Py3.8 and merged.

https://bugs.python.org/issue13611

Stefan



More information about the Python-Dev mailing list