[issue1715] Make pydoc list submodules

Antoine Pitrou report at bugs.python.org
Mon Jan 21 21:52:58 CET 2008


Antoine Pitrou added the comment:

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.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1715>
__________________________________


More information about the Python-bugs-list mailing list