no tupelunpacking

Oleg Broytmann phd at phd.russ.ru
Fri May 19 07:52:00 EDT 2000


On Fri, 19 May 2000, Thomas Thiele wrote:
> f1(f2(...))

   apply(f1, f2(...))
   apply(A.__init__, ...)

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list