[issue17004] Expand zipimport to include other compression methods

Raymond Hettinger report at bugs.python.org
Sun Jan 20 22:09:12 CET 2013


Raymond Hettinger added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17004>
_______________________________________


More information about the Python-bugs-list mailing list