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 ncoghlan
Recipients brett.cannon, ncoghlan, pitrou
Date 2011-01-11.09:32:25
SpamBayes Score 9.768286e-06
Marked as misclassified No
Message-id <1294738354.76.0.922856673206.issue10556@psf.upfronthosting.co.za>
In-reply-to
Content
Even more special: put a test_doctest in first and the attempt to clean up sys.modules in test_zipimport_support leaves things alone so the _ssl module doesn't break (test_doctest just leaves sys.modules alone and doesn't even try to remove all the modules it implicitly imports).

I'm actually tempted to remove test.support.modules_setup() and modules_cleanup() and delete the calls from the affected tests. Trying to clear out implicitly imported modules is going to create far more problems than it resolves.
History
Date User Action Args
2011-01-11 09:32:34ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou
2011-01-11 09:32:34ncoghlansetmessageid: <1294738354.76.0.922856673206.issue10556@psf.upfronthosting.co.za>
2011-01-11 09:32:26ncoghlanlinkissue10556 messages
2011-01-11 09:32:25ncoghlancreate