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, eric.snow, gregory.p.smith, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-08.15:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389195569.58.0.849516579885.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
While replacing zipimport with a pure Python version using importlib would be a great feather to have in importlib's cap, the dependencies in zipfile would make that somewhat difficult: http://hg.python.org/cpython/file/f1f707dd7cae/Lib/zipfile.py
History
Date User Action Args
2014-01-08 15:39:29brett.cannonsetrecipients: + brett.cannon, gregory.p.smith, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-08 15:39:29brett.cannonsetmessageid: <1389195569.58.0.849516579885.issue19081@psf.upfronthosting.co.za>
2014-01-08 15:39:29brett.cannonlinkissue19081 messages
2014-01-08 15:39:29brett.cannoncreate