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 rhettinger
Recipients brian.curtin, nadeem.vawda, pitrou, rhettinger, serhiy.storchaka
Date 2013-01-20.21:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358716152.65.0.994849351778.issue17004@psf.upfronthosting.co.za>
In-reply-to
Content
xz will likely be the best win -- it is purported to compress smaller than bz2 while retaining the decompression speed of zip.

As Antoine says, the usual practice is to add py, pyc, and pyo files to the compressed library; otherwise, there is an added cost with Python tries to write a missing pyc/pyo file.
History
Date User Action Args
2013-01-20 21:09:12rhettingersetrecipients: + rhettinger, pitrou, nadeem.vawda, brian.curtin, serhiy.storchaka
2013-01-20 21:09:12rhettingersetmessageid: <1358716152.65.0.994849351778.issue17004@psf.upfronthosting.co.za>
2013-01-20 21:09:12rhettingerlinkissue17004 messages
2013-01-20 21:09:12rhettingercreate