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 dstufft
Recipients brett.cannon, dstufft, eric.snow, ncoghlan, r.david.murray, serhiy.storchaka
Date 2014-06-14.17:12:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402765948.03.0.350488346493.issue21751@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree that there is no large benefit. Python files aren't the only files that could exist inside of a zip file. Supporting LZMA import (or bz2) would make it easier to have LZMA or bzip2 wheels in the future without losing the ability to import them.
History
Date User Action Args
2014-06-14 17:12:28dstufftsetrecipients: + dstufft, brett.cannon, ncoghlan, r.david.murray, eric.snow, serhiy.storchaka
2014-06-14 17:12:28dstufftsetmessageid: <1402765948.03.0.350488346493.issue21751@psf.upfronthosting.co.za>
2014-06-14 17:12:28dstufftlinkissue21751 messages
2014-06-14 17:12:27dstufftcreate