[Patches] [ python-Patches-1180012 ] no html file for modulefinder

SourceForge.net noreply at sourceforge.net
Fri Jun 3 20:12:41 CEST 2005


Patches item #1180012, was opened at 2005-04-10 04:18
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1180012&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
>Assigned to: Raymond Hettinger (rhettinger)
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


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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-06-03 20:12

Message:
Logged In: YES 
user_id=1188172

Okay to check in?

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

Comment By: George Yoshida (quiver)
Date: 2005-04-10 06:28

Message:
Logged In: YES 
user_id=671362

My fault.

  \input{modulefinder}
should be ::
  \input{libmodulefinder}

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

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