[Python-3000] PEP 3102 comments
Guido van Rossum
guido at python.org
Thu May 25 18:25:29 CEST 2006
On 5/25/06, Nick Coghlan <ncoghlan at gmail.com> 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/)
More information about the Python-3000
mailing list