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 ccx
Recipients ccx
Date 2009-06-10.15:07:34
SpamBayes Score 0.00017963623
Marked as misclassified No
Message-id <1244646456.65.0.653984842581.issue6253@psf.upfronthosting.co.za>
In-reply-to
Content
On second thought method name starting with get_ doesn't signify any
formatting, so it might be better to either:

1) Move call to formatter.format_usage from get_usage directly to
format_help.

2) Create method format_usage in OptionParser and call it from there.
History
Date User Action Args
2009-06-10 15:07:36ccxsetrecipients: + ccx
2009-06-10 15:07:36ccxsetmessageid: <1244646456.65.0.653984842581.issue6253@psf.upfronthosting.co.za>
2009-06-10 15:07:35ccxlinkissue6253 messages
2009-06-10 15:07:35ccxcreate