[ python-Bugs-853800 ] No documentation for zipimport module

SourceForge.net noreply at sourceforge.net
Mon Feb 16 19:56:35 EST 2004


Bugs item #853800, was opened at 2003-12-04 16:35
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=853800&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Meyer (anadelonbrin)
Assigned to: Nobody/Anonymous (nobody)
Summary: No documentation for zipimport module

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

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

>Comment By: Tony Meyer (anadelonbrin)
Date: 2004-02-17 13:56

Message:
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.

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

Comment By: Just van Rossum (jvr)
Date: 2003-12-08 06:55

Message:
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!

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

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



More information about the Python-bugs-list mailing list