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 amaury.forgeotdarc, barry, brett.cannon, dmi.baranov, eric.smith, jcea, pconnell, rhettinger
Date 2014-02-26.23:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393457584.32.0.92092325583.issue17630@psf.upfronthosting.co.za>
In-reply-to
Content
The more I think about this, the less useful it seems to be. We need zipimport written in C for bootstrapping issues. If that's the case then time should be put into making that work and not duplicating the functionality. I'm going to leave this open but unassign from myself as I would rather focus on my lazy loader issue than this. If someone can manage to create a zipfile importer whose dependencies are small and thus can be frozen along with importlib then this can be moved forward.
History
Date User Action Args
2014-02-26 23:33:04brett.cannonsetrecipients: + brett.cannon, barry, rhettinger, jcea, amaury.forgeotdarc, eric.smith, pconnell, dmi.baranov
2014-02-26 23:33:04brett.cannonsetmessageid: <1393457584.32.0.92092325583.issue17630@psf.upfronthosting.co.za>
2014-02-26 23:33:04brett.cannonlinkissue17630 messages
2014-02-26 23:33:04brett.cannoncreate