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 bquinlan
Recipients avdd, bquinlan
Date 2011-01-17.09:59:30
SpamBayes Score 0.0001791152
Marked as misclassified No
Message-id <1295258375.65.0.104113659585.issue10918@psf.upfronthosting.co.za>
In-reply-to
Content
Arian,

This seems like such an unimportant edge case that I don't want to mess with the API just to accommodate it.

If you really need to pass an "fn" keyword argument, use:

.submit(foo, 1, 2, **{'fn': bar})
History
Date User Action Args
2011-01-17 09:59:35bquinlansetrecipients: + bquinlan, avdd
2011-01-17 09:59:35bquinlansetmessageid: <1295258375.65.0.104113659585.issue10918@psf.upfronthosting.co.za>
2011-01-17 09:59:30bquinlanlinkissue10918 messages
2011-01-17 09:59:30bquinlancreate