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 barry, brett.cannon, eric.araujo, eric.smith, jaraco
Date 2012-05-17.01:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337219020.78.0.261555963293.issue14715@psf.upfronthosting.co.za>
In-reply-to
Content
The current tests don't like setting sys.modules to [].

I like resetting everything (including sys.modules) back to the original state. Otherwise some tests, which do things like "import foo", affect later tests.

So, I think I'll leave the patch as-is. I'll rename it, fix all references to it, then check it in. After that I'll start using it in other tests.
History
Date User Action Args
2012-05-17 01:43:40eric.smithsetrecipients: + eric.smith, barry, brett.cannon, jaraco, eric.araujo
2012-05-17 01:43:40eric.smithsetmessageid: <1337219020.78.0.261555963293.issue14715@psf.upfronthosting.co.za>
2012-05-17 01:43:40eric.smithlinkissue14715 messages
2012-05-17 01:43:40eric.smithcreate