8000 Update Lib/xml/dom/minidom.py · python/cpython@eb0208b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb0208b

Browse files
Update Lib/xml/dom/minidom.py
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent f16761b commit eb0208b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def _get_lastChild(self):
8383

8484
def insertBefore(self, newChild, refChild):
8585
"""Insert a new DOM Node before an existing Node.
86+
8687
https://dom.spec.whatwg.org/#dom-node-insertbefore
8788
The insertBefore(node, child) method, when invoked,
8889
must return the result of pre-inserting node into

0 commit comments

Comments
 (0)
0