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 nedbat
Recipients dfrojas, eli.bendersky, nedbat, rhettinger, scoder, serhiy.storchaka, taleinat, vstinner
Date 2018-11-10.14:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541861187.84.0.788709270274.issue34160@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, this broke my tests, just as earlier comments predicted.

Can we get an optional argument to sort the keys?  The json module lets us sort keys even though it's irrelevant to JSON.  Being able to sort attributes would be a very useful addition to the prettyxml method.
History
Date User Action Args
2018-11-10 14:46:27nedbatsetrecipients: + nedbat, rhettinger, scoder, vstinner, taleinat, eli.bendersky, serhiy.storchaka, dfrojas
2018-11-10 14:46:27nedbatsetmessageid: <1541861187.84.0.788709270274.issue34160@psf.upfronthosting.co.za>
2018-11-10 14:46:27nedbatlinkissue34160 messages
2018-11-10 14:46:27nedbatcreate