Guido van Rossum wrote:

> In any case the grammar will probably end up accepting *a in lots of
> places where it isn't really allowed and you'll have to fix all of
> those. That sounds messy; only allowing *a at the end seems a bit more
> manageable.

I also would be quite happy if it were only allowed at
the end, and not allowed on its own. I don't see any
utility in being able to write *a = b instead of
a = list(b) or some such.

--
Greg
_______________________________________________
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