[issue14128] _elementtree should expose types and factory functions consistently with ElementTree

Eli Bendersky report at bugs.python.org
Fri Mar 2 11:22:27 CET 2012


Eli Bendersky <eliben at gmail.com> added the comment:

Attaching a patch that exposes ET.Element as a type, instead of as a factory function.

I'd really love to get a review for this, since I'm still relatively inexperienced when it comes to writing C extension code.

----------
keywords: +patch
Added file: http://bugs.python.org/file24702/Element_class_issue14128.1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14128>
_______________________________________


More information about the Python-bugs-list mailing list