[issue17146] Improve test.support.import_fresh_module()

2013-03-07 Thread Eric Snow
Eric Snow added the comment: I'm closing this as #17037 offers a better solution and it's unlikely this proposal would make it if that one doesn't. -- resolution: -> wont fix status: open -> closed ___ Python tracker

[issue17146] Improve test.support.import_fresh_module()

2013-02-07 Thread Eric Snow
Eric Snow added the comment: My sentiment also. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue17146] Improve test.support.import_fresh_module()

2013-02-07 Thread Brett Cannon
Brett Cannon added the comment: I don't think this is worth it. I say just start with the basics of issue 17037 and that subsumes this. -- ___ Python tracker ___ ___

[issue17146] Improve test.support.import_fresh_module()

2013-02-06 Thread Eric Snow
New submission from Eric Snow: (+nosy list from #17037) In issue 17037 (related to hiding PEP 399 boilerplate), Ezio and Eli recommended improving on the API of import_fresh_module(). I agree that it could be simplified, wrapped, or otherwise improved. import_fresh_module() is used in the st