Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
06e1e688
Commit
06e1e688
authored
Mar 16, 2019
by
Diego Rojas
Committed by
Raymond Hettinger
Mar 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34160: Update news entry for XML order attributes (#12335)
parent
0bb5e75c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.8.rst
+5
-0
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/whatsnew/3.8.rst
View file @
06e1e688
...
...
@@ -614,6 +614,11 @@ Changes in the Python API
specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for
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.
:func:`dbm.dumb.open` with flags ``'r'`` and ``'w'`` no longer creates
a database if it does not exist.
...
...
Misc/ACKS
View file @
06e1e688
...
...
@@ -1847,3 +1847,4 @@ Doug Zongker
Peter Åstrand
Zheao Li
Carsten Klein
Diego Rojas
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment