commit | 092af1fc5cd1b314143ee848025008c4ed862285 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Sun Mar 04 07:14:03 2012 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Sun Mar 04 07:14:03 2012 +0200 |
tree | 4cde4a2aee2ba401515f7185c1ffbedf41a035b6 | |
parent | c9590ad745caa9fc76a8373d19e8019d90e8f9e8 [diff] |
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.