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

SourceForge.net noreply at sourceforge.net
Thu Aug 24 11:46:57 CEST 2006


Bugs item #1545836, was opened at 2006-08-24 09:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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

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

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