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 bethard
Recipients Mekk, bethard, eric.araujo, gward, rhettinger, waylonis
Date 2010-11-28.09:10:38
SpamBayes Score 0.0045141703
Marked as misclassified No
Message-id <1290935439.72.0.663380595418.issue6454@psf.upfronthosting.co.za>
In-reply-to
Content
With argparse, you can specify formatter_class= RawDescriptionHelpFormatter and then format things however you want in the description.

http://docs.python.org/dev/library/argparse.html#formatter-class

So I think there's no need for this in argparse.
History
Date User Action Args
2010-11-28 09:10:39bethardsetrecipients: + bethard, gward, rhettinger, eric.araujo, waylonis, Mekk
2010-11-28 09:10:39bethardsetmessageid: <1290935439.72.0.663380595418.issue6454@psf.upfronthosting.co.za>
2010-11-28 09:10:38bethardlinkissue6454 messages
2010-11-28 09:10:38bethardcreate