10000 bpo-34160: Update news entry for XML order attributes (#12335) · python/cpython@06e1e68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06e1e68

Browse files
dfrojasrhettinger
authored andcommitted
bpo-34160: Update news entry for XML order attributes (#12335)
1 parent 0bb5e75 commit 06e1e68

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,11 @@ Changes in the Python API
614614
specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for
615615
changing the selection. (Contributed by Serhiy Storchaka in :issue:`31508`.)
616616

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+
617622
* A :mod:`dbm.dumb` database opened with flags ``'r'`` is now read-only.
618623
:func:`dbm.dumb.open` with flags ``'r'`` and ``'w'`` no longer creates
619624
a database if it does not exist.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,3 +1847,4 @@ Doug Zongker
18471847
Peter Åstrand
18481848
Zheao Li
18491849
Carsten Klein
1850+
Diego Rojas

0 commit comments

Comments
 (0)
0