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 serhiy.storchaka
Recipients brett.cannon, dstufft, eric.snow, ncoghlan, r.david.murray, serhiy.storchaka
Date 2014-06-14.08:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402736162.35.0.572359745775.issue21751@psf.upfronthosting.co.za>
In-reply-to
Content
As shown in msg180323, using lzma compression for typical *.py and *.pyc produces 8% less zip file, but reading from it is 2.5 times slower. The bzip2 compression is even worse. So there is no large benefit in supporting other compression methods.
History
Date User Action Args
2014-06-14 08:56:02serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, r.david.murray, eric.snow, dstufft
2014-06-14 08:56:02serhiy.storchakasetmessageid: <1402736162.35.0.572359745775.issue21751@psf.upfronthosting.co.za>
2014-06-14 08:56:02serhiy.storchakalinkissue21751 messages
2014-06-14 08:56:01serhiy.storchakacreate