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: parameter name for optparse parse_args incorrect
Type: Stage:
Components: Documentation Versions: Python 2.4, Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, wichert
Priority: normal Keywords:

Created on 2007-12-21 16:32 by wichert, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg58948 - (view) Author: Wichert Akkerman (wichert) Date: 2007-12-21 16:32
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'.
msg59383 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-06 15:29
Thanks for the report, this is already fixed in the SVN trunk.
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46022
2008-01-06 15:29:07georg.brandlsetstatus: open -> closed
resolution: out of date
messages: + msg59383
nosy: + georg.brandl
2007-12-21 16:32:04wichertcreate