[ python-Bugs-853800 ] No documentation for zipimport module
SourceForge.net
noreply at sourceforge.net
Wed Jan 19 07:04:04 CET 2005
Bugs item #853800, was opened at 2003-12-03 22:35
Message generated for change (Comment added) made by fdrake
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tony Meyer (anadelonbrin)
>Assigned to: Fred L. Drake, Jr. (fdrake)
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: Fred L. Drake, Jr. (fdrake)
Date: 2005-01-19 01:04
Message:
Logged In: YES
user_id=3066
Committed modified patch for the trunk, release24-maint, and
release23-maint branches.
----------------------------------------------------------------------
Comment By: Tony Meyer (anadelonbrin)
Date: 2004-02-16 21:44
Message:
Logged In: YES
user_id=552329
New version with correct PEP references.
----------------------------------------------------------------------
Comment By: Tony Meyer (anadelonbrin)
Date: 2004-02-16 19: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-07 12: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