Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optparse help text is not easily extensible #39830

Closed
ianbicking mannequin opened this issue Jan 16, 2004 · 2 comments
Closed

optparse help text is not easily extensible #39830

ianbicking mannequin opened this issue Jan 16, 2004 · 2 comments
Labels
type-feature A feature request or enhancement

Comments

@ianbicking
Copy link
Mannequin

ianbicking mannequin commented Jan 16, 2004

BPO 878458

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-03-16.05:58:49.000>
created_at = <Date 2004-01-16.18:59:28.000>
labels = ['type-feature', 'invalid']
title = 'optparse help text is not easily extensible'
updated_at = <Date 2007-03-16.05:58:49.000>
user = 'https://bugs.python.org/ianbicking'

bugs.python.org fields:

activity = <Date 2007-03-16.05:58:49.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2004-01-16.18:59:28.000>
creator = 'ianbicking'
dependencies = []
files = []
hgrepos = []
issue_num = 878458
keywords = []
message_count = 2.0
messages = ['54084', '54085']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'ianbicking']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue878458'
versions = []

@ianbicking
Copy link
Mannequin Author

ianbicking mannequin commented Jan 16, 2004

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.

@ianbicking ianbicking mannequin closed this as completed Jan 16, 2004
@ianbicking ianbicking mannequin added invalid type-feature A feature request or enhancement labels Jan 16, 2004
@ianbicking ianbicking mannequin closed this as completed Jan 16, 2004
@ianbicking ianbicking mannequin added invalid type-feature A feature request or enhancement labels Jan 16, 2004
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Mar 16, 2007

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants