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 ezio.melotti
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, ezio.melotti, pitrou
Date 2013-02-06.12:17:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360153032.0.0.428892259279.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still a bit skeptic about this.

To summarize my position, I am:
+0 about adding something like this to test.support and use it for new tests;
-1 about mass-rewriting the existing tests to use this (in particular for test_json);
+1 about simplifying the API of import_fresh_module so that it returns both the modules and doesn't require the fresh/blocked args;
History
Date User Action Args
2013-02-06 12:17:12ezio.melottisetrecipients: + ezio.melotti, brett.cannon, pitrou, Arfrever, eli.bendersky, eric.snow
2013-02-06 12:17:12ezio.melottisetmessageid: <1360153032.0.0.428892259279.issue17037@psf.upfronthosting.co.za>
2013-02-06 12:17:11ezio.melottilinkissue17037 messages
2013-02-06 12:17:11ezio.melotticreate