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 brett.cannon, jnoller, pitrou, r.david.murray
Date 2010-02-08.19:12:49
SpamBayes Score 2.4853684e-08
Marked as misclassified No
Message-id <1265656371.16.0.580210209071.issue7875@psf.upfronthosting.co.za>
In-reply-to
Content
Importlib actually already can do this: importlib.test.regrtest. It runs regrtest after importlib has been set for __import__. It also skips tests known to fail for stupid reasons (typically they don't expect __loader__ to be defined). You can also run the importlib tests using __import__; importlib.test --builtin.

Anyway, seems like people are fine with option 3, and since that's the easiest that's what I will go with.
History
Date User Action Args
2010-02-08 19:12:51brett.cannonsetrecipients: + brett.cannon, pitrou, jnoller, r.david.murray
2010-02-08 19:12:51brett.cannonsetmessageid: <1265656371.16.0.580210209071.issue7875@psf.upfronthosting.co.za>
2010-02-08 19:12:49brett.cannonlinkissue7875 messages
2010-02-08 19:12:49brett.cannoncreate