[Twisted-Python] Proposed change to API for threadtask.

Itamar twisted at itamarst.org
Tue Aug 21 15:28:35 EDT 2001


Glyph Lefkowitz wrote:

> I'd like to change twisted.internet.threadtask.schedule from
> 
>     def schedule(function, args=[], kwargs={}):
> 
> to be
> 
>     def schedule(function, *args, **kwargs):


Fine by me - Python 2.0 makes them almost interchangeable anyway.

Anyone else have suggested API changes? this is the time to do it since 
right now only I am using this code :)









More information about the Twisted-Python mailing list