[ python-Bugs-878458 ] optparse help text is not easily extensible

SourceForge.net noreply at sourceforge.net
Sun Feb 8 22:16:05 EST 2004


Bugs item #878458, was opened at 2004-01-16 13:59
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=878458&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ian Bicking (ianbicking)
>Assigned to: Greg Ward (gward)
Summary: optparse help text is not easily extensible

Initial Comment:
optparse doesn't allow for paragraph/narrative help
text.  This text would typically go below the option
listing.

There is currently no place to describe positional
arguments, and this would be a simple way to allow for
that.  This could be provided as an extra keyword
argument to OptionParser.__init__, included in the help
in the function OptionParser.format_help.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=878458&group_id=5470



More information about the Python-bugs-list mailing list