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

Éric Araujo report at bugs.python.org
Sun Mar 4 09:39:37 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

An aside: Your commit made me realize that ET tests use monkey-patching instead of now more common idioms like using support.import_fresh_module and using subclasses to run the same tests for a Python and a C module.  There is also a doctest that is not executed.  You may want to streamline these tests.

----------
nosy: +eric.araujo

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


More information about the Python-bugs-list mailing list