cpython/Lib/xml/dom
Martin v. Löwis 156c337f66 Merge changes up to 1.10 from PyXML:
- implement hasAttribute and hasAttributeNS (1.7)
- Node.replaceChild():  Update the sibling nodes to point to newChild.  Set
  the .nextSibling attribute on oldChild instead of adding a .newChild
  attribute (1.9).
2000-12-28 18:40:56 +00:00
..
__init__.py Typo caught by /F -- thanks! 2000-12-15 23:56:43 +00:00
minidom.py Merge changes up to 1.10 from PyXML: 2000-12-28 18:40:56 +00:00
pulldom.py Patch #102492, fixing bug #116677: 2000-12-20 14:47:24 +00:00