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 amaury.forgeotdarc, brett.cannon, chris.jerdonek, georg.brandl, jeffknupp, ncoghlan, r.david.murray
Date 2012-08-22.19:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Thanks for the test, Chris. It can probably be simplified using the utilities in test_importlib (e.g. managing the cleanup of sys.path, using mocked loaders to raise the exception instead of having to write to the file system, etc.), but otherwise the idea of the test is accurate.
History
Date User Action Args
2012-08-22 19:12:40brett.cannonsetrecipients: + brett.cannon, georg.brandl, amaury.forgeotdarc, ncoghlan, r.david.murray, chris.jerdonek, jeffknupp
2012-08-22 19:12:40brett.cannonsetmessageid: <[email protected]>
2012-08-22 19:12:39brett.cannonlinkissue15316 messages
2012-08-22 19:12:39brett.cannoncreate