classification
Title: Document pydoc.help
Type: Stage:
Components: Documentation Versions: Python 3.3, Python 3.2, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, terry.reedy
Priority: normal Keywords:

Created on 2011-06-09 16:18 by eric.araujo, last changed 2011-06-11 02:40 by terry.reedy.

Messages (2)
msg138002 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-09 16:18
The only public function in pydoc is help, and it’s not listed in the module docs.  The existing doc in library/functions could be moved to library/pydoc.  See also #12299.
msg138149 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2011-06-11 02:40
There is already a link to the main entry, which is where I think it should be.
History
Date User Action Args
2011-06-11 02:40:37terry.reedysetnosy: + terry.reedy
messages: + msg138149
2011-06-09 16:18:59eric.araujocreate