cpython/Lib/xml
Eli Bendersky 092af1fc5c Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function.
This makes the C implementation more aligned with the Python implementation.
Also added some tests to ensure that Element is now a type and that it can
be subclassed.
2012-03-04 07:14:03 +02:00
..
dom Create _attr/_attrNS lazily. 2012-02-19 20:55:05 +01:00
etree Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. 2012-03-04 07:14:03 +02:00
parsers remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
sax
__init__.py Stop trying to use _xmlplus in the xml module. Closes #11164. 2011-05-09 08:05:43 +02:00