[New-bugs-announce] [issue5153] Extra ) in optparse sample

Adam Vandenberg report at bugs.python.org
Wed Feb 4 21:17:56 CET 2009


New submission from Adam Vandenberg <flangy at gmail.com>:

In the "Callback example 6: variable arguments" section of the optparse
documentation, the example code has an extra ) at the end of the last
line of the function:

setattr(parser.values, option.dest, value))

----------
assignee: georg.brandl
components: Documentation
messages: 81154
nosy: adamvan, georg.brandl
severity: normal
status: open
title: Extra ) in optparse sample
versions: Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5153>
_______________________________________


More information about the New-bugs-announce mailing list