cpython/Lib/xml
2012-06-15 07:42:50 +03:00
..
dom xml.dom.minidom: add more __slots__ to limit resource usage. 2012-03-05 12:37:02 +01:00
etree Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. 2012-06-15 07:42:50 +03:00
parsers
sax
__init__.py