Message332143
I don't understand why this library should go out of its way to support the old behavior when it seems like the only thing it breaks is tests that assume something that was never guaranteed and where you can get the old behavior in just two lines of Python:
for node in root.iter():
node.attrib = dict(sorted(node.items()))
Kind regards from confused Pythoner that just wonted the attribute order to make sense |
|
Date |
User |
Action |
Args |
2018-12-19 14:48:48 | sivert | set | recipients:
+ sivert, rhettinger, scoder, vstinner, taleinat, nedbat, eli.bendersky, serhiy.storchaka, Mariatta, dfrojas |
2018-12-19 14:48:47 | sivert | set | messageid: <1545230927.85.0.788709270274.issue34160@psf.upfronthosting.co.za> |
2018-12-19 14:48:47 | sivert | link | issue34160 messages |
2018-12-19 14:48:47 | sivert | create | |
|