Patches item #1180012, was opened at 2005-04-09 22:18 Message generated for change (Comment added) made by akuchling 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: Reinhold Birkenfeld (birkenfeld) 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: A.M. Kuchling (akuchling) Date: 2005-06-16 14:19 Message: 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. ---------------------------------------------------------------------- Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-06-03 14:12 Message: Logged In: YES user_id=1188172 Okay to check in? ---------------------------------------------------------------------- Comment By: George Yoshida (quiver) Date: 2005-04-10 00: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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
