[issue1494] DOM-Documentation should mention that appendChild() removes the child it appends

Christopher Denter report at bugs.python.org
Sat Nov 24 19:21:06 CET 2007


Christopher Denter added the comment:

"Add a new child node to this node at the end of the list of children,
returning newChild. The original child node is removed after appending
the child to the new node." maybe?

It took me quite some time to figure that out because I thought "it's
not popAndAppend()", so having a hint in the documentation would be nice.

(This is the first time I use this bugtracker. I hope this message will
be displayed correctly.)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1494>
__________________________________


More information about the Python-bugs-list mailing list