This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: optparse parse_args argument references wrong
Type: resource usage Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, kq1quick
Priority: normal Keywords:

Created on 2009-08-04 00:02 by kq1quick, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg91247 - (view) Author: Kevin Quick (kq1quick) Date: 2009-08-04 00:02
In optparse description of "16.4.3.7. Parsing arguments" (http://
docs.python.org/library/optparse.html#parsing-arguments) the keyword 
argument to parse_args is "values=None" but in the description of the 
"options" return value and in the second sentence of the "Most common 
usage..." paragraph following, it is referred to as the "options" 
argument.
msg92132 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-09-01 08:06
Thanks, fixed in r74621.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50887
2009-09-01 08:06:09georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg92132
2009-08-04 00:02:22kq1quickcreate