"Troels Thomsen" <"nej tak..."@bag.python.org> wrote in message news:[EMAIL PROTECTED] | def updateTimers() | for timerItm in timerTable: | ... | .... | .... | timerItm.func(*timerItm.parameters) | | Works well on python 2.5 but not on 1.5.2 (?)
apply(timerItm.func, timerItm.parameters) # see http://docs.python.org/lib/non-essential-built-in-funcs.html apply disappears in 3.0 tjr -- http://mail.python.org/mailman/listinfo/python-list