This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Mariatta, dfrojas, eli.bendersky, lukasz.langa, matrixise, mdk, nedbat, rhettinger, scoder, serhiy.storchaka, sivert, taleinat, vstinner
Date 2019-07-15.10:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563186086.89.0.46330829749.issue34160@roundup.psfhosted.org>
In-reply-to
Content
Other examples of projects broken by this change:
* python-glyphsLib: https://bugzilla.redhat.com/show_bug.cgi?id=1705391
* pcs: https://bugzilla.redhat.com/show_bug.cgi?id=1705475

What's New In Python 3.8 only briefly mention this change:
"The writexml(), toxml() and toprettyxml() methods of the xml.dom.minidom module, and xml.etree now preserve the attribute order specified by the user. (Contributed by Diego Rojas and Raymond Hettinger in bpo-34160.)"
https://docs.python.org/dev/whatsnew/3.8.html#changes-in-the-python-api

Would it be possible to suggest solutions for this backward incompatible change? Like https://bugs.python.org/issue34160#msg338102 recipe. Maybe we should even put it in the XML documentation, somewhere.
History
Date User Action Args
2019-07-15 10:21:26vstinnersetrecipients: + vstinner, rhettinger, scoder, taleinat, nedbat, eli.bendersky, lukasz.langa, serhiy.storchaka, matrixise, sivert, mdk, Mariatta, dfrojas
2019-07-15 10:21:26vstinnersetmessageid: <1563186086.89.0.46330829749.issue34160@roundup.psfhosted.org>
2019-07-15 10:21:26vstinnerlinkissue34160 messages
2019-07-15 10:21:26vstinnercreate