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 html file for modulefinder
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: akuchling, georg.brandl, georg.brandl, quiver
Priority: normal Keywords: patch

Created on 2005-04-10 02:18 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modulefinder.diff quiver, 2005-04-10 04:28
Messages (5)
msg48180 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-04-10 02:18
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
msg48181 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-04-10 04:28
Logged In: YES 
user_id=671362

My fault.

  \input{modulefinder}
should be ::
  \input{libmodulefinder}
msg48182 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-03 18:12
Logged In: YES 
user_id=1188172

Okay to check in?
msg48183 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-16 18:19
Logged In: YES 
user_id=11375

Bad documentation is better than nothing, so it should be
linked in.   "Runtime Services" seems like the right section
to me; Fred can always change it if he disagrees.  Please
check in the change, on both the HEAD and 2.4-maint branches.

msg48184 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-18 20:07
Logged In: YES 
user_id=1188172

Okay, checked in as Doc/lib/lib.tex rev1.231.2.2, rev1.239.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41834
2005-04-10 02:18:38quivercreate