summaryrefslogtreecommitdiffstats
path: root/Lib/xmlcore/dom/xmlbuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* remove much of the Python-version compatibility cruft; the minimum PythonFred Drake2006-04-061-4/+2
| | | | version this should support is Python 2.3
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-0/+388
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package