cpython/Lib/xml/etree
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
..
__init__.py
cElementTree.py Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. 2012-02-13 11:03:30 +01:00
ElementInclude.py
ElementPath.py
ElementTree.py Issue #13782: streamline argument type-checking in ET.Element 2012-03-23 14:24:20 +02:00