[ python-Bugs-1545836 ] Incomplete info in 7.18.1 ZipFile Objects

SourceForge.net noreply at sourceforge.net
Sat Sep 30 13:59:03 CEST 2006


Bugs item #1545836, was opened at 2006-08-24 09:46
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1545836&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Taco (tacotortilla)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incomplete info in 7.18.1 ZipFile Objects

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-09-30 11:59

Message:
Logged In: YES 
user_id=849994

ZIP_STORED and ZIP_DEFLATED are explained on the zipfile
overview page.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1545836&group_id=5470


More information about the Python-bugs-list mailing list