[issue6638] optparse parse_args argument references wrong

2009-09-01 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, fixed in r74621. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6638 ___

[issue6638] optparse parse_args argument references wrong

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