This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adamvan
Recipients adamvan, georg.brandl
Date 2009-02-04.20:17:54
SpamBayes Score 4.974712e-05
Marked as misclassified No
Message-id <1233778676.16.0.751248384993.issue5153@psf.upfronthosting.co.za>
In-reply-to
Content
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))
History
Date User Action Args
2009-02-04 20:17:56adamvansetrecipients: + adamvan, georg.brandl
2009-02-04 20:17:56adamvansetmessageid: <1233778676.16.0.751248384993.issue5153@psf.upfronthosting.co.za>
2009-02-04 20:17:54adamvanlinkissue5153 messages
2009-02-04 20:17:54adamvancreate