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.14:28:15
SpamBayes Score 2.3538516e-07
Marked as misclassified No
Message-id <1244644097.18.0.346116774289.issue6253@psf.upfronthosting.co.za>
In-reply-to
Content
When using OptionParser.format_help(formatter), the formatter parameter
should be used to format all of the help message. This is not the case
for usage message, as the method get_usage() is not passed the formatter
and always uses self.formatter. I'm using python-2.6.2-r1.
History
Date User Action Args
2009-06-10 14:28:17ccxsetrecipients: + ccx
2009-06-10 14:28:17ccxsetmessageid: <1244644097.18.0.346116774289.issue6253@psf.upfronthosting.co.za>
2009-06-10 14:28:16ccxlinkissue6253 messages
2009-06-10 14:28:15ccxcreate