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.smith
Recipients Arfrever, barry, brett.cannon, eric.araujo, eric.smith, jaraco
Date 2012-05-17.21:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337290424.4.0.878290387416.issue14715@psf.upfronthosting.co.za>
In-reply-to
Content
I understand about sys.modules. Maybe I'll create another context manager (say, sys_modules_state) that does the same for sys.modules. I can always stack them together.

When loading pure-Python namespace packages, I want to make sure they get removed before the next test.
History
Date User Action Args
2012-05-17 21:33:44eric.smithsetrecipients: + eric.smith, barry, brett.cannon, jaraco, eric.araujo, Arfrever
2012-05-17 21:33:44eric.smithsetmessageid: <1337290424.4.0.878290387416.issue14715@psf.upfronthosting.co.za>
2012-05-17 21:33:43eric.smithlinkissue14715 messages
2012-05-17 21:33:43eric.smithcreate