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: No documentation for zipimport module
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: anadelonbrin, fdrake, jvr
Priority: normal Keywords:

Created on 2003-12-04 03:35 by anadelonbrin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lib.tex.diff anadelonbrin, 2004-02-17 00:56 Context diff for doc/lib/lib.tex
libzipimport.tex anadelonbrin, 2004-02-17 02:44 New file for doc/lib/ with documentation for the zipimport module
Messages (5)
msg19269 - (view) Author: Tony Meyer (anadelonbrin) Date: 2003-12-04 03:35
It doesn't appear that the zipimport module is 
documented in Python 2.3.2, apart from a note in 
the "what's new in Python 2.3" section.  It should really 
be in the list of all standard modules.

Presumably the help(zipimport) contents could form the 
basis of this documentation.  I'd be willing to put a 
patch together for this if someone gives me clear 
guidelines about what should be there.
msg19270 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-12-07 17:55
Logged In: YES 
user_id=92689

The doc strings should indeed be a good start. See also http://
python.org/peps/pep-0273.html and http://python.org/peps/pep-
0302.html for way more details than neccesary for the docs. Feel 
free to concact me off line if you have more questions; your offer 
is most welcome!
msg19271 - (view) Author: Tony Meyer (anadelonbrin) Date: 2004-02-17 00:56
Logged In: YES 
user_id=552329

Well, it's been two months (setting up latex2html on cygwin 
isn't easy! <wink>), but here's something.

Attached is a draft module doc for zipimport, and a diff to add 
it to the library (I wasn't really sure where it belonged, so this 
diff might be no good it's only one line, anyway).

The documentation is a combination of the docstrings, stuff 
from the PEP, and stuff from the "what's new in 2.3" page.  
Hope it's ok.
msg19272 - (view) Author: Tony Meyer (anadelonbrin) Date: 2004-02-17 02:44
Logged In: YES 
user_id=552329

New version with correct PEP references.
msg19273 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2005-01-19 06:04
Logged In: YES 
user_id=3066

Committed modified patch for the trunk, release24-maint, and
release23-maint branches.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39660
2003-12-04 03:35:03anadelonbrincreate