On Sat, Mar 15, 2008 at 6:07 PM, Greg Ewing <[EMAIL PROTECTED]>
wrote:

> Guido van Rossum wrote:
> > Thomas Wouters suggests some new syntax:
>
> >>>>a, b, *c = range(5)
>
> +1 on this.
>
> >>>>*a, b, c = a, b, *c
>
> +0 on allowing * in other than the last position.
>

The left-hand side of all this is already in. Only the rhs is new.

-- 
Thomas Wouters <[EMAIL PROTECTED]>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to