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

parameter name for optparse parse_args incorrect #46022

Closed
wichert mannequin opened this issue Dec 21, 2007 · 2 comments
Closed

parameter name for optparse parse_args incorrect #46022

wichert mannequin opened this issue Dec 21, 2007 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@wichert
Copy link
Mannequin

wichert mannequin commented Dec 21, 2007

BPO 1681
Nosy @birkenfeld

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 2008-01-06.15:29:07.254>
created_at = <Date 2007-12-21.16:32:03.941>
labels = ['docs']
title = 'parameter name for optparse parse_args incorrect'
updated_at = <Date 2008-01-06.15:29:07.115>
user = 'https://bugs.python.org/wichert'

bugs.python.org fields:

activity = <Date 2008-01-06.15:29:07.115>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-06.15:29:07.254>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2007-12-21.16:32:03.941>
creator = 'wichert'
dependencies = []
files = []
hgrepos = []
issue_num = 1681
keywords = []
message_count = 2.0
messages = ['58948', '59383']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'wichert']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1681'
versions = ['Python 2.5', 'Python 2.4']

@wichert
Copy link
Mannequin Author

wichert mannequin commented Dec 21, 2007

http://www.python.org/doc/2.4.4/lib/optparse-parsing-arguments.html
documents that second named parameter to be 'options'. This is not
correct: the actual name is 'values'.

@wichert wichert mannequin added the docs Documentation in the Doc dir label Dec 21, 2007
@birkenfeld
Copy link
Member

Thanks for the report, this is already fixed in the SVN trunk.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant