Message 257465 - Python tracker

Message257465

Author paul.moore
Recipients paul.moore, philthompson10
Date 2016-01-04.16:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451924586.2.0.563070009757.issue26007@psf.upfronthosting.co.za>
In-reply-to
Content
Why is it too late to install a new importer to sys.path_hooks when zipimport is installed? As far as I am aware, running the stdlib from a zipfile works fine, which seems to be equivalent to your use case.
History
Date User Action Args
2016-01-04 16:23:06paul.mooresetrecipients: + paul.moore, philthompson10
2016-01-04 16:23:06paul.mooresetmessageid: <1451924586.2.0.563070009757.issue26007@psf.upfronthosting.co.za>
2016-01-04 16:23:06paul.moorelinkissue26007 messages
2016-01-04 16:23:06paul.moorecreate