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.araujo, eric.smith, ncoghlan
Date 2012-05-05.19:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336244810.08.0.880561793444.issue14678@psf.upfronthosting.co.za>
In-reply-to
Content
The real problem becomes the issue of what zipfile depends on, which complicates bootstrapping. I mean things could go as far as to write a script that takes in anchor points in the stdlib and freezes all code they depend on, but that seems like potential overkill and executable bloat.

But something needs to happen as zipimporter has major shortcomings thanks to to its re-implementation of zip handling (e.g. no ZIP64 support, etc.). Plus no one ever wants to touch that code.
History
Date User Action Args
2012-05-05 19:06:50brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.smith, eric.araujo
2012-05-05 19:06:50brett.cannonsetmessageid: <1336244810.08.0.880561793444.issue14678@psf.upfronthosting.co.za>
2012-05-05 19:06:49brett.cannonlinkissue14678 messages
2012-05-05 19:06:49brett.cannoncreate