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: modulefinder is not documented
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: akuchling, fdrake, georg.brandl, theller
Priority: normal Keywords:

Created on 2004-03-11 19:33 by fdrake, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg20204 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-03-11 19:33
The "modulefinder" module has not been documented.  Now
that it is a module, it needs to be documented.
msg20205 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-08-07 20:14
Logged In: YES 
user_id=11375

I've written a crude first cut at this, but the module's code is very hard to 
read and it's not clear which bits are public and which aren't.  The 
module's author should do this task (and use some docstrings in the code, 
too)
msg20206 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-16 18:21
Logged In: YES 
user_id=11375

Just, it looks like you're responsible for modulefinder, so
I'm reassigning this to you.  It would be helpful if you
could take a look at the docs and see if anything is
documented that should be private.  Please unassign (or
close?) this bug if you're not connected to modulefinder.

msg20207 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2005-06-16 18:51
Logged In: YES 
user_id=11105

If Just doesn't appear ;-) please assign to me.  I should at
least describe the api that is actually *used* in py2exe.
msg20208 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-06-14 06:42
Logged In: YES 
user_id=849994

There seems to be a libmodulefinder.tex, but it is not very
thorough.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40028
2004-03-11 19:33:24fdrakecreate