[issue1681] parameter name for optparse parse_args incorrect

2008-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, this is already fixed in the SVN trunk. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1681] parameter name for optparse parse_args incorrect

2007-12-21 Thread Wichert Akkerman
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 s