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.

作者 eric.smith
收信人 Arfrever, barry, brett.cannon, eric.araujo, eric.smith, jaraco
日期 2012-05-17.21:33:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <1337290424.4.0.878290387416.issue14715@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-05-17 21:33:44eric.smith修改recipients: + eric.smith, barry, brett.cannon, jaraco, eric.araujo, Arfrever
2012-05-17 21:33:44eric.smith修改messageid: <1337290424.4.0.878290387416.issue14715@psf.upfronthosting.co.za>
2012-05-17 21:33:43eric.smith链接issue14715 messages
2012-05-17 21:33:43eric.smith创建