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 serhiy.storchaka
Recipients dfrojas, eli.bendersky, rhettinger, scoder, serhiy.storchaka, taleinat
Date 2018-10-27.20:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540671995.48.0.788709270274.issue34160@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, lets just remove sorting.

The method for creating XML file in the minidom module also sorts attributes. It should be changed as well.

XMLGenerator in xml.sax.saxutils doesn't sort attributes.
History
Date User Action Args
2018-10-27 20:26:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, scoder, taleinat, eli.bendersky, dfrojas
2018-10-27 20:26:35serhiy.storchakasetmessageid: <1540671995.48.0.788709270274.issue34160@psf.upfronthosting.co.za>
2018-10-27 20:26:35serhiy.storchakalinkissue34160 messages
2018-10-27 20:26:35serhiy.storchakacreate