cpython/Lib/xml
Andrew M. Kuchling 04a45e9bb1 Patch #102492, fixing bug #116677:
give minidom.py behaviour that complies with the DOM Level 1 REC,
    which says that when a node newChild is added to the tree, "if the
    newChild is already in the tree, it is first removed."

    pulldom.py is patched to use the public minidom interface instead
    of setting .parentNode itself.  Possibly this reduces pulldom's
    efficiency; someone else will have to pronounce on that.
2000-12-20 14:47:24 +00:00
..
dom Patch #102492, fixing bug #116677: 2000-12-20 14:47:24 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Do not assume that types.UnicodeType exists; we might be running in an old 2000-12-16 01:45:11 +00:00
__init__.py Use the string module instead of string methods; this should still work 2000-12-16 01:43:40 +00:00