]> granicus.if.org Git - python/commit
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
authorFred Drake <fdrake@acm.org>
Thu, 6 Dec 2001 04:32:18 +0000 (04:32 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Dec 2001 04:32:18 +0000 (04:32 +0000)
commite50959a58ef4f365295f0393cb980de890c0024a
treedab611a240b38d3b88d5c8df21839fa06eb5f7cb
parentbf7c8045887c0f97698b5ce80a28ddbae40c957e
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
the node being added is a fragment node.
This closes SF bug #487929.
Lib/test/output/test_minidom
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py