[issue1641] asyncore delayed calls feature

Giampaolo Rodola' report at bugs.python.org
Tue Mar 3 21:10:25 CET 2009


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

> 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):

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1641>
_______________________________________


More information about the Python-bugs-list mailing list