cpython/Lib/xml/dom
Fred Drake e50959a58e Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
the node being added is a fragment node.
This closes SF bug #487929.
2001-12-06 04:32:18 +00:00
..
__init__.py Added the convenience constants that are present in PyXML to make these 2001-11-30 15:37:33 +00:00
domreg.py Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
minidom.py Fix appendChild() and insertBefore() (and replaceChild() indirectly) when 2001-12-06 04:32:18 +00:00
pulldom.py Synchronize with pulldom from PyXML (revision 1.18). 2001-11-30 22:22:26 +00:00