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 cjw296
Recipients cjw296, gvanrossum
Date 2007-10-08.12:09:53
SpamBayes Score 0.09661164
Marked as misclassified No
Message-id <1191845393.86.0.406519190615.issue1243@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I fully understand where the fix should go but I'll put a
note in to look into this.

In the meantime, a good workaround is to supply an explicit destination:

parser.add_option('--myopt',action='callback',callback=mycallback,dest='myopt')
History
Date User Action Args
2007-10-08 12:09:54cjw296setspambayes_score: 0.0966116 -> 0.09661164
recipients: + cjw296, gvanrossum
2007-10-08 12:09:53cjw296setspambayes_score: 0.0966116 -> 0.0966116
messageid: <1191845393.86.0.406519190615.issue1243@psf.upfronthosting.co.za>
2007-10-08 12:09:53cjw296linkissue1243 messages
2007-10-08 12:09:53cjw296create