diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-10-28 18:18:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 18:18:22 (GMT) |
commit | e3685fd5fdd8808acda81bfc12fb9702d4b59a60 (patch) | |
tree | 930b05ba14510edd10fbec2840ee3e953cae7e39 /Misc | |
parent | 18d57b4d6262bf96b5ac307bd84837c29ea04083 (diff) | |
download | cpython-e3685fd5fdd8808acda81bfc12fb9702d4b59a60.zip cpython-e3685fd5fdd8808acda81bfc12fb9702d4b59a60.tar.gz cpython-e3685fd5fdd8808acda81bfc12fb9702d4b59a60.tar.bz2 |
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst b/Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst new file mode 100644 index 0000000..6f3c076 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst @@ -0,0 +1 @@ +ElementTree now preserves the attribute order specified by the user. |