[Fred L. Drake]
> Indeed, "star unpacking" has been brought up many times; I think it
would
> be
> really cool myself.  

It might have a chance of acceptance this time if the proponents stick
with unpacking at the end:   a,b,*c=sometup  instead of a,*b,c=sometup.
The latter has usually gotten shot down quickly, taking the former down
with it.


Raymond

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to