[New-bugs-announce] [issue5991] Add non-command help topics to help completion of cmd.Cmd

Floris Bruynooghe report at bugs.python.org
Mon May 11 01:53:23 CEST 2009


New submission from Floris Bruynooghe <floris.bruynooghe at gmail.com>:

The cmd.Cmd module has a default complete_help() method which will
complete all existing commands (methods starting with "do_").  It would
be useful to complete all exising help topics too by default, i.e. all
methods starting with "help_".

The attached patch does this.

----------
components: Library (Lib)
files: cmd.diff
keywords: patch
messages: 87557
nosy: flub
severity: normal
status: open
title: Add non-command help topics to help completion of cmd.Cmd
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file13954/cmd.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5991>
_______________________________________


More information about the New-bugs-announce mailing list