[Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever? (original) (raw)
Stefan Behnel stefan_ml at behnel.de
Tue Mar 19 14:42:39 EDT 2019
- Previous message (by thread): [Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?
- Next message (by thread): [Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ned Batchelder schrieb am 19.03.19 um 12:53:
I need to re-engineer my tests.
… or sort the attributes before serialisation, or use C14N always, or change your code to create the attributes in sorted-by-name order. The new behaviour allows for a couple of ways to deal with the issue of backwards compatibility.
Stefan
- Previous message (by thread): [Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?
- Next message (by thread): [Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]