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 zach.ware
Recipients brett.cannon, serhiy.storchaka, zach.ware
Date 2013-11-14.21:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384463542.16.0.0206714723077.issue19596@psf.upfronthosting.co.za>
In-reply-to
Content
Several tests in test_importlib are skipped by way of the test method consisting of a comment and a 'pass' statement.  The attached patch makes the skips explicit, using the removed comment as the reason.  Ideally these skipped tests should be removed from being 'tested' at all, since most of them are impossible to test, but I'm not sure how easy that would be to do.
History
Date User Action Args
2013-11-14 21:12:22zach.waresetrecipients: + zach.ware, brett.cannon, serhiy.storchaka
2013-11-14 21:12:22zach.waresetmessageid: <1384463542.16.0.0206714723077.issue19596@psf.upfronthosting.co.za>
2013-11-14 21:12:22zach.warelinkissue19596 messages
2013-11-14 21:12:22zach.warecreate