cpython/Lib/xml
Fred Drake 6526bf863e When creating an attribute node using createAttribute() or
createAttributeNS(), use the parallel setAttributeNode() or
setAttributeNodeNS() to add the node to the document -- do not assume
that setAttributeNode() will operate properly for both.
2001-03-23 04:39:24 +00:00
..
dom When creating an attribute node using createAttribute() or 2001-03-23 04:39: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 Synchronize with 1.6 of PyXML: 2001-03-22 15:34:02 +00:00
__init__.py String method conversion. 2001-02-09 12:03:45 +00:00