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 Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou, python-dev
Date 2012-06-24.15:47:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340552862.48.0.0280354924531.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
Do people feel the need to change the importlib tests to run against both the frozen code and importlib/_bootstrap.py? If so either the test_warnings approach (or a new one using class decorators or something) should be used to run the tests twice.
History
Date User Action Args
2012-06-24 15:47:42brett.cannonsetrecipients: + brett.cannon, lemburg, ncoghlan, pitrou, eric.smith, eric.araujo, Arfrever, python-dev, eric.snow
2012-06-24 15:47:42brett.cannonsetmessageid: <1340552862.48.0.0280354924531.issue14657@psf.upfronthosting.co.za>
2012-06-24 15:47:41brett.cannonlinkissue14657 messages
2012-06-24 15:47:40brett.cannoncreate