summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDiego Rojas <rojastorrado@gmail.com>2018-11-07 14:09:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-07 14:09:04 (GMT)
commit5598cc90c745dab827e55fadded42dbe85e31d33 (patch)
tree9bda930fd528affec3133a00711a069153f71fd2 /Misc
parentf19447994983902aa88362d8fffe645f1ea2f2aa (diff)
downloadcpython-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.rst2
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.