This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, python-dev, scoder
Date 2012-03-04.08:39:36
SpamBayes Score 0.0012558496
Marked as misclassified No
Message-id <1330850377.32.0.74189879513.issue14128@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-04 08:39:37eric.araujosetrecipients: + eric.araujo, effbot, scoder, ezio.melotti, Arfrever, eli.bendersky, flox, python-dev
2012-03-04 08:39:37eric.araujosetmessageid: <1330850377.32.0.74189879513.issue14128@psf.upfronthosting.co.za>
2012-03-04 08:39:36eric.araujolinkissue14128 messages
2012-03-04 08:39:36eric.araujocreate