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

SourceForge.net noreply at sourceforge.net
Sat May 22 13:23:09 EDT 2004


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

>Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ian Bicking (ianbicking)
>Assigned to: Nobody/Anonymous (nobody)
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=355470&aid=878458&group_id=5470



More information about the Python-bugs-list mailing list