cpython/Lib/xml
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
..
dom Merge changes up to 1.10 from PyXML: 2000-12-28 18:40:56 +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