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.

Author pitrou
Recipients georg.brandl, gustavo, pitrou
Date 2008-01-21.20:52:53
SpamBayes Score 0.010633951
Marked as misclassified No
Message-id <1200948778.2.0.533868807111.issue1715@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, HtmlDoc already lists all module members in the inspected
module (regardless of whether they are modules imported from outside or
submodules defined inline). You can try it with the updated pydocfodder:

>>> import pydoc
>>> from test import pydocfodder
>>> pydoc.writedoc(pydocfodder)
wrote test.pydocfodder.html

... and check that test.pydocfodder.html contains a reference to
test.pydocfodder.submodule.
History
Date User Action Args
2008-01-21 20:52:58pitrousetspambayes_score: 0.010634 -> 0.010633951
recipients: + pitrou, georg.brandl, gustavo
2008-01-21 20:52:58pitrousetspambayes_score: 0.010634 -> 0.010634
messageid: <1200948778.2.0.533868807111.issue1715@psf.upfronthosting.co.za>
2008-01-21 20:52:54pitroulinkissue1715 messages
2008-01-21 20:52:53pitroucreate