diff options
author | Diego Rojas <rojastorrado@gmail.com> | 2018-11-07 14:09:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-07 14:09:04 (GMT) |
commit | 5598cc90c745dab827e55fadded42dbe85e31d33 (patch) | |
tree | 9bda930fd528affec3133a00711a069153f71fd2 /Misc | |
parent | f19447994983902aa88362d8fffe645f1ea2f2aa (diff) | |
download | cpython-5598cc90c745dab827e55fadded42dbe85e31d33.zip cpython-5598cc90c745dab827e55fadded42dbe85e31d33.tar.gz cpython-5598cc90c745dab827e55fadded42dbe85e31d33.tar.bz2 |
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-27-21-11-42.bpo-34160.UzyPZf.rst | 2 |
1 files changed, 1 insertions, 1 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 index 6f3c076..775d33a 100644 --- 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 @@ -1 +1 @@ -ElementTree now preserves the attribute order specified by the user. +ElementTree and minidom now preserve the attribute order specified by the user. |