[Python-3000] Using *a for packing in lists and other places

Thomas Wouters thomas at python.org
Mon Mar 17 01:15:55 CET 2008


On Sun, Mar 16, 2008 at 4:33 PM, Greg Ewing <greg.ewing at canterbury.ac.nz>
wrote:

> Thomas Wouters wrote:
> >
> > [Guido] asked for 'f(*a, b, c)' to be valid, but it only makes sense
> > to allow, say, 'f(*a, b, *c)' too, and he hasn't said 'no' to that.
>
> And then, of course, people are going to want
> to have multiple ** arguments, too...
>

Of course. Anything worth doing is worth doing right. The grammar changes
are done (and it turns out much simpler without these restrictions), if it
weren't for this horrible cold I would have a patch for it up already.

-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20080316/ac3f2d97/attachment.htm 


More information about the Python-3000 mailing list