New submission from Adam Vandenberg <fla...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5153> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com