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

SourceForge.net noreply at sourceforge.net
Fri Mar 16 06:58:49 CET 2007


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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
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.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-03-15 22:58

Message:
Logged In: YES 
user_id=33168
Originator: NO

Since optik is maintained separately from the core, this request should go
there.  http://sourceforge.net/projects/optik

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

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