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 r.david.murray
Recipients asvetlov, danielsh, eli.bendersky, r.david.murray
Date 2012-12-30.14:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za>
In-reply-to
Content
It would help because import_fresh_module would have updated sys.modules to be the module under test, and would not restore the previously existing entry in sys.modules until after your test had completed.
History
Date User Action Args
2012-12-30 14:40:07r.david.murraysetrecipients: + r.david.murray, eli.bendersky, asvetlov, danielsh
2012-12-30 14:40:07r.david.murraysetmessageid: <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za>
2012-12-30 14:40:07r.david.murraylinkissue16817 messages
2012-12-30 14:40:07r.david.murraycreate