cpython/Lib/xml
Eli Bendersky 396e8fcf36 Issue #13782: streamline argument type-checking in ET.Element
append, extend and insert now consistently type-check their argument in both
the C and Python implementations, and raise TypeError for non-Element
argument.

Added tests
2012-03-23 14:24:20 +02:00
..
dom xml.dom.minidom: add more __slots__ to limit resource usage. 2012-03-05 12:37:02 +01:00
etree Issue #13782: streamline argument type-checking in ET.Element 2012-03-23 14:24:20 +02:00
parsers
sax
__init__.py