On 5/25/06, Nick Coghlan <[EMAIL PROTECTED]> wrote:
> def f(a, b, *(pos1, pos2), c, d):
>      # Exactly 2 extra positional arguments required

-1.

This is (nearly?) just an obscure way to say "def f(a, b, pos1, pos2)".

Suggestion to everyone: please stop proposing alternatives. Let's
instead work on implementing the proposal exactly as it stands, so we
can experience it.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
[email protected]
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