[Python-Dev] yeah! for Jeremy and Greg

Guido van Rossum guido@python.org
Tue, 28 Mar 2000 19:35:17 -0500


> *cool*.
> 
> So does this completely obviate the need for "apply", then?
> 
>     apply(x, y, z)  <==>  x(*y, **z)

I think so (except for backwards compatibility).  The 1.6 docs for
apply should point this out!

--Guido van Rossum (home page: http://www.python.org/~guido/)