Message87557
| 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:23 | flub | set | recipients: + flub |
| 2009-05-10 23:53:23 | flub | set | messageid: <1241999603.41.0.146280599558.issue5991@psf.upfronthosting.co.za> |
| 2009-05-10 23:53:21 | flub | link | issue5991 messages |
| 2009-05-10 23:53:21 | flub | create | |