[issue18956] Document useful functions in ‘pydoc’ module

2016-04-29 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Make generally useful pydoc functions public ___ Python tracker ___

[issue18956] Document useful functions in ‘pydoc’ module

2014-02-10 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue18956] Document useful functions in ‘pydoc’ module

2013-09-06 Thread Berker Peksag
Berker Peksag added the comment: Looks like duplicate of issue 7798. > * pydoc.getdoc http://docs.python.org/3.4/library/inspect.html#inspect.getdoc > * pydoc.splitdoc See issue 12916 for inspect.splitdoc. > * pydoc.cram This was rejected in issue 12914. > * pydoc.allmethods This was reje

[issue18956] Document useful functions in ‘pydoc’ module

2013-09-06 Thread Ben Finney
New submission from Ben Finney: The library documentation for ‘pydoc’ expects that the ‘pydoc’ module will only ever be run as a command-line program. This ignores the general usefulness of several of the functions in that module when imported from the library. The documentation should describ