library.zip and 7zip

Jaco Smuts JSmuts at clover.co.za
Tue Jul 6 10:11:39 EDT 2004


confirms my  (our)  suspicion

thanks a lot
jaco






Scott David Daniels <Scott.Daniels at Acm.Org>
Sent by: python-list-bounces+jsmuts=clover.co.za at python.org
07/06/2004 04:03 PM
 
        To:     python-list at python.org
        cc: 
        Subject:        Re: library.zip and 7zip


Jaco Smuts wrote:

> ... I  am trying to use 7 zip to reduce  the size of my library.zip 
file, 
> but this  seems to break the application....
> Any advice ?
7zip uses the most recent ZIP specification, while Python's zip only
allows access to "ZIP_STORED" and "ZIP_DEFLATED" compression.  I've a
back-burner project to add at least BZIP2 compression to zipfile, but
I've had problems getting good small test cases using other
compressions.  I tried 7zip when I was looking, but it was pretty
broken on Win2K at the time.  Sometime this fall, the patent on
"IMPLODE" will expire,and that may be the right time to add that
as well to zipfile.


-- 
-Scott David Daniels
Scott.Daniels at Acm.Org
-- 
http://mail.python.org/mailman/listinfo/python-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040706/d937bdb2/attachment.html>


More information about the Python-list mailing list