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 brett.cannon
Recipients barry, brett.cannon, eric.araujo, eric.smith, jaraco
Date 2012-05-17.15:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337268113.91.0.31852545983.issue14715@psf.upfronthosting.co.za>
In-reply-to
Content
sys.modules is tricky thanks to built-in modules not liking to be re-imported (and why import_state in importlib.test didn't reset it).

If only one test fails because of my assumption, then I guess blanking them out really isn't as important as I thought. And if you have to blank everything out for a test, then you are just careful to blank everything out, no matter how verbose it gets.
History
Date User Action Args
2012-05-17 15:21:53brett.cannonsetrecipients: + brett.cannon, barry, jaraco, eric.smith, eric.araujo
2012-05-17 15:21:53brett.cannonsetmessageid: <1337268113.91.0.31852545983.issue14715@psf.upfronthosting.co.za>
2012-05-17 15:21:53brett.cannonlinkissue14715 messages
2012-05-17 15:21:53brett.cannoncreate