Created on 2006-08-24 09:46 by tacotortilla, last changed 2006-09-30 11:59 by georg.brandl. This issue is now closed.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2006-08-24 09:46:57 | tacotortilla | create | |
Created on 2006-08-24 09:46 by tacotortilla, last changed 2006-09-30 11:59 by georg.brandl. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg29665 - (view) | Author: Taco (tacotortilla) | Date: 2006-08-24 09:46 | |
Documentation: Python Library Reference 2.4.3 7.18.1 ZipFile Objects The description for class ZipFile(file[, mode[, compression]]) states the possible values for the parameter "compression", but does not give any details on what they do. A nice table like this one would be prudent: ZIP_STORED Files stored with no compression ZIP_DEFLATED Files stored with zlib "deflate" compression Cheers |
|||
| msg29666 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-09-30 11:59 | |
Logged In: YES user_id=849994 ZIP_STORED and ZIP_DEFLATED are explained on the zipfile overview page. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2006-08-24 09:46:57 | tacotortilla | create | |