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

Glyph Lefkowitz glyph at twistedmatrix.com
Tue Aug 21 15:03:17 EDT 2001


I'd like to change twisted.internet.threadtask.schedule from

    def schedule(function, args=[], kwargs={}):

to be

    def schedule(function, *args, **kwargs):

Any objections?

-- 
                      ______      __   __  _____  _     _
                     |  ____ |      \_/   |_____] |_____|
                     |_____| |_____  |    |       |     |
                     @ t w i s t e d m a t r i x  . c o m
                     http://twistedmatrix.com/users/glyph





More information about the Twisted-Python mailing list