On 4/21/06, Guido van Rossum <[EMAIL PROTECTED]> wrote:
   ...
> To prevent more abominations like this, let me pronounce that I now
> like the single-star syntax:
>
>   def foo(a, b, *, x=1, y=2): ...

So, what will this syntax signify?  If the single-star stands for
"arbitrary positional arguments", how will the body of foo access
them?  Sorry if these have been well covered already, but I read back
through this thread and couldn't find them.


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