cpython/Lib/xml/dom
2012-02-19 20:25:12 +01:00
..
__init__.py
domreg.py
expatbuilder.py Use __slots__ throughout instead of __dict__, to reduce the memory usage. 2012-02-19 20:25:12 +01:00
minicompat.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
minidom.py Use __slots__ throughout instead of __dict__, to reduce the memory usage. 2012-02-19 20:25:12 +01:00
NodeFilter.py
pulldom.py Fix imports in xml.dom. 2011-12-10 21:14:53 +01:00
xmlbuilder.py