[Patches] [ python-Patches-1180012 ] no html file for modulefinder
SourceForge.net
noreply at sourceforge.net
Sun Apr 10 04:18:39 CEST 2005
Patches item #1180012, was opened at 2005-04-10 11:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1180012&group_id=5470
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: no html file for modulefinder
Initial Comment:
libmodulefinder.tex exists from 2.4 branch but
html file is not created and modulefinder is not listed in
Global Module Index.
http://www.python.org/doc/2.4.1/modindex.html
The fix is trivial. Just add \input{modulefinder} to
Doc/lib/lib.tex.
My only concern is where modulefinder should reside.
Since its main purpose is to parse source
codes, "Python Language Services" seems best. But it
also seems reasonable to put it in "Python Runtime
Services" along with imp or zipimport modules that also
do import-related jobs.
If this is intentional(the doc is just a draft and not
completed yet), feel free to mark this invalid or whatever.
Status of bug #914375 is still open.
[modulefinder is not documented]
http://www.python.org/sf/914375
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1180012&group_id=5470
More information about the Patches
mailing list