[issue5153] Extra ) in optparse sample

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69288. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5153] Extra ) in optparse sample

2009-02-04 Thread Adam Vandenberg
New submission from Adam Vandenberg : 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: Doc