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 giampaolo.rodola
Recipients akuchling, djarb, facundobatista, forest, giampaolo.rodola, gvanrossum, jafo, josiahcarlson, markb
Date 2009-03-03.20:10:23
SpamBayes Score 1.9336655e-08
Marked as misclassified No
Message-id <1236111025.22.0.272508182755.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
> You'd also have to pass the tasks list to the scheduler() call and the
> call_later() constructor.  Defaulting to a global is fine.

Unless I change the current API I can't add a new optional arguments to
call_later constructor because it already uses *args **kwargs:

def __init__(self, seconds, target, *args, **kwargs):
History
Date User Action Args
2009-03-03 20:10:25giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, akuchling, facundobatista, jafo, josiahcarlson, forest, djarb, markb
2009-03-03 20:10:25giampaolo.rodolasetmessageid: <1236111025.22.0.272508182755.issue1641@psf.upfronthosting.co.za>
2009-03-03 20:10:23giampaolo.rodolalinkissue1641 messages
2009-03-03 20:10:23giampaolo.rodolacreate