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 gvanrossum
Recipients akuchling, djarb, facundobatista, forest, giampaolo.rodola, gvanrossum, jafo, josiahcarlson, markb
Date 2009-03-03.20:12:56
SpamBayes Score 0.13876449
Marked as misclassified No
Message-id <1236111178.83.0.672107305803.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
You could solve this with a "reserved" keyword argument _tasks.

Or you could have two different factory methods, call_later_with_tasks()
and call_later().
History
Date User Action Args
2009-03-03 20:12:59gvanrossumsetrecipients: + gvanrossum, akuchling, facundobatista, jafo, josiahcarlson, forest, giampaolo.rodola, djarb, markb
2009-03-03 20:12:58gvanrossumsetmessageid: <1236111178.83.0.672107305803.issue1641@psf.upfronthosting.co.za>
2009-03-03 20:12:57gvanrossumlinkissue1641 messages
2009-03-03 20:12:56gvanrossumcreate