[issue9111] cmd.do_help documentation should mention docstrings

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83565. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9111] cmd.do_help documentation should mention docstrings

2010-06-28 Thread Miki Tebeka
New submission from Miki Tebeka : 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. -- components: Library (Lib) messages: 108883 nosy: tebeka priority: normal severity: normal status: open title: cmd.do