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 bignose
Recipients bignose, docs@python
Date 2013-09-07.05:38:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378532336.08.0.216765249116.issue18956@psf.upfronthosting.co.za>
In-reply-to
Content
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 describe at least the following functions:

* pydoc.getdoc

* pydoc.synopsis

* pydoc.splitdoc

The following would be useful also:

* pydoc.classname

* pydoc.cram

* pydoc.allmethods
History
Date User Action Args
2013-09-07 05:38:56bignosesetrecipients: + bignose, docs@python
2013-09-07 05:38:56bignosesetmessageid: <1378532336.08.0.216765249116.issue18956@psf.upfronthosting.co.za>
2013-09-07 05:38:56bignoselinkissue18956 messages
2013-09-07 05:38:55bignosecreate