[New-bugs-announce] [issue6638] optparse parse_args argument references wrong

Kevin Quick report at bugs.python.org
Tue Aug 4 02:02:24 CEST 2009


New submission from Kevin Quick <kq1quick at gmail.com>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 91247
nosy: georg.brandl, kq1quick
severity: normal
status: open
title: optparse parse_args argument references wrong
type: resource usage
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6638>
_______________________________________


More information about the New-bugs-announce mailing list