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 brian.curtin
Recipients brian.curtin, hardkrash
Date 2010-01-06.05:32:14
SpamBayes Score 0.08109542
Marked as misclassified No
Message-id <1262755938.27.0.984936936051.issue7636@psf.upfronthosting.co.za>
In-reply-to
Content
custom_add.py gives an example of how you could complete this on your own without a change to optparse. Running "custom_add.py -a foo -a bar -a foo" should print out "set(['foo', 'bar'])" - ultimately the same thing.
History
Date User Action Args
2010-01-06 05:32:19brian.curtinsetrecipients: + brian.curtin, hardkrash
2010-01-06 05:32:18brian.curtinsetmessageid: <1262755938.27.0.984936936051.issue7636@psf.upfronthosting.co.za>
2010-01-06 05:32:17brian.curtinlinkissue7636 messages
2010-01-06 05:32:16brian.curtincreate