[issue6638] optparse parse_args argument references wrong

2009-09-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74621. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6638] optparse parse_args argument references wrong

2009-08-03 Thread Kevin Quick
New submission from Kevin Quick : 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