[Python-bugs-list] [Bug #115681] zipfile documentation out of sync with module

noreply@sourceforge.net noreply@sourceforge.net
Fri, 29 Sep 2000 12:46:39 -0700


Bug #115681, was updated on 2000-Sep-29 12:46
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 6
Summary: zipfile documentation out of sync with module

Details: From: "Pete Shinners" <pete@visionart.com>
Subject: zipfile docs out of sync
Date: Fri, 29 Sep 2000 12:11:46 -0700

i've been using the zipfile module recently, and noticed
the documentation for it (both 2.0b1 & 2.0b2) are way
out of sync with the actual code in the module. specifically
the documentation for the zipfile.ZipFile objects.

for example, i cannot find the "TOC" variable.
"A read-only dictionary whose keys are the names in the
archive, and whose values are tuples as follows: "
the listdir() method is also missing?

it appears these have been changed to using
"NameToInfo" and "getinfo" for TOC, and listdir()
has changed to namelist() ??? it's hard to be sure.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115681&group_id=5470