Kaydet (Commit) 06e1e688 authored tarafından Diego Rojas's avatar Diego Rojas Kaydeden (comit) Raymond Hettinger

bpo-34160: Update news entry for XML order attributes (#12335)

üst 0bb5e75c
...@@ -614,6 +614,11 @@ Changes in the Python API ...@@ -614,6 +614,11 @@ Changes in the Python API
specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for
changing the selection. (Contributed by Serhiy Storchaka in :issue:`31508`.) changing the selection. (Contributed by Serhiy Storchaka in :issue:`31508`.)
* The :meth:`writexml`, :meth:`toxml` and :meth:`toprettyxml` methods of the
:mod:`xml.dom.minidom` module, and :mod:`xml.etree` now preserve the attribute
order specified by the user.
(Contributed by Diego Rojas and Raymond Hettinger in :issue:`34160`.)
* A :mod:`dbm.dumb` database opened with flags ``'r'`` is now read-only. * A :mod:`dbm.dumb` database opened with flags ``'r'`` is now read-only.
:func:`dbm.dumb.open` with flags ``'r'`` and ``'w'`` no longer creates :func:`dbm.dumb.open` with flags ``'r'`` and ``'w'`` no longer creates
a database if it does not exist. a database if it does not exist.
......
...@@ -1847,3 +1847,4 @@ Doug Zongker ...@@ -1847,3 +1847,4 @@ Doug Zongker
Peter Åstrand Peter Åstrand
Zheao Li Zheao Li
Carsten Klein Carsten Klein
Diego Rojas
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment