]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 28 Oct 2018 18:18:22 +0000 (11:18 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 18:18:22 +0000 (11:18 -0700)
commite3685fd5fdd8808acda81bfc12fb9702d4b59a60
tree930b05ba14510edd10fbec2840ee3e953cae7e39
parent18d57b4d6262bf96b5ac307bd84837c29ea04083
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst [new file with mode: 0644]