[issue1681] parameter name for optparse parse_args incorrect

Wichert Akkerman report at bugs.python.org
Fri Dec 21 17:32:04 CET 2007


New submission from Wichert Akkerman:

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'.

----------
components: Documentation
messages: 58948
nosy: wichert
severity: normal
status: open
title: parameter name for optparse parse_args incorrect
versions: Python 2.4, Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1681>
__________________________________


More information about the Python-bugs-list mailing list