File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -614,6 +614,11 @@ Changes in the Python API
614
614
specialized methods like :meth: `~tkinter.ttk.Treeview.selection_set ` for
615
615
changing the selection. (Contributed by Serhiy Storchaka in :issue: `31508 `.)
616
616
617
+ * The :meth: `writexml `, :meth: `toxml ` and :meth: `toprettyxml ` methods of the
618
+ :mod: `xml.dom.minidom ` module, and :mod: `xml.etree ` now preserve the attribute
619
+ order specified by the user.
620
+ (Contributed by Diego Rojas and Raymond Hettinger in :issue: `34160 `.)
621
+
617
622
* A :mod: `dbm.dumb ` database opened with flags ``'r' `` is now read-only.
618
623
:func: `dbm.dumb.open ` with flags ``'r' `` and ``'w' `` no longer creates
619
624
a database if it does not exist.
Original file line number Diff line number Diff line change @@ -1847,3 +1847,4 @@ Doug Zongker
1847
1847
Peter Åstrand
1848
1848
Zheao Li
1849
1849
Carsten Klein
1850
+ Diego Rojas
You can’t perform that action at this time.
0 commit comments