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 flub
Recipients flub
Date 2009-05-10.23:53:21
SpamBayes Score 1.2323498e-09
Marked as misclassified No
Message-id <1241999603.41.0.146280599558.issue5991@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-10 23:53:23flubsetrecipients: + flub
2009-05-10 23:53:23flubsetmessageid: <1241999603.41.0.146280599558.issue5991@psf.upfronthosting.co.za>
2009-05-10 23:53:21flublinkissue5991 messages
2009-05-10 23:53:21flubcreate