[issue1641] asyncore delayed calls feature

Guido van Rossum report at bugs.python.org
Tue Mar 3 21:12:58 CET 2009


Guido van Rossum <guido at python.org> added the comment:

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().

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


More information about the Python-bugs-list mailing list