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.

classification
Title: Incomplete info in 7.18.1 ZipFile Objects
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tacotortilla
Priority: normal Keywords:

Created on 2006-08-24 09:46 by tacotortilla, last changed 2022-04-11 14:56 by admin. 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) * (Python committer) 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
2022-04-11 14:56:19adminsetgithub: 43888
2006-08-24 09:46:57tacotortillacreate