En Sun, 25 Feb 2007 15:00:31 -0300, Paddy <[EMAIL PROTECTED]>  
escribió:

>>>> def x ((p0, p1), p2):
> ...     return p0,p1,p2

The first time I saw it used was in Zope, a long time ago. And I like it.  
Of course it only has any sense if you expect the tuple (p0,p1) to exist  
*before* the function is called; by example, when it's the return value of  
some other function.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to