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, carljm, eric.araujo, holdenweb, ncoghlan, terry.reedy
Date 2012-02-26.16:59:17
SpamBayes Score 8.638142e-05
Marked as misclassified No
Message-id <1330275557.71.0.251674097155.issue1116520@psf.upfronthosting.co.za>
In-reply-to
Content
Importlib actually requires no files from disk; everything that is required for importlib are built-in modules or are constants in importlib itself (e.g. os.sep). So technically this should be doable since my bootstrap work freezes importlib itself.
History
Date User Action Args
2012-02-26 16:59:17brett.cannonsetrecipients: + brett.cannon, holdenweb, terry.reedy, ncoghlan, carljm, eric.araujo
2012-02-26 16:59:17brett.cannonsetmessageid: <1330275557.71.0.251674097155.issue1116520@psf.upfronthosting.co.za>
2012-02-26 16:59:17brett.cannonlinkissue1116520 messages
2012-02-26 16:59:17brett.cannoncreate