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

2007-11-24 Thread Christopher Denter

Changes by Christopher Denter:


--
components: Documentation
nosy: dennda
severity: normal
status: open
title: DOM-Documentation should mention that appendChild() removes the child it 
appends

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1494
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2007-11-24 Thread Christopher Denter

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 [EMAIL PROTECTED]
http://bugs.python.org/issue1494
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com