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.

classification
Title: cmd.do_help documentation should mention docstrings
Type: Stage:
Components: Library (Lib) Versions: Python 2.7, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tebeka
Priority: normal Keywords:

Created on 2010-06-29 00:31 by tebeka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108883 - (view) Author: Miki Tebeka (tebeka) * Date: 2010-06-29 00:31
cmd.Cmd looks for help either by searching for help_XXX method or by the
docstring of do_XXX. The latter is not mentioned in the docs.
msg112535 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-08-02 20:27
Thanks, fixed in r83565.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53357
2010-08-02 20:27:26georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg112535

resolution: fixed
2010-06-29 00:31:09tebekacreate