]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Oct 2018 17:31:04 +0000 (19:31 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 17:31:04 +0000 (19:31 +0200)
commit3b05ad7be09af1d4510eb698b0a70d36387f296e
tree7d4a5ca447ea28c1993ae2a1cdbaa3b4f62a26bb
parentc93c58b5d560cfe44d9884ff02c9b18e06333360
bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190)
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py