[Python-3000] PEP 3124 - more commentary (original) (raw)

Guido van Rossum guido at python.org
Tue May 15 06:43:32 CEST 2007


On 5/14/07, Phillip J. Eby <pje at telecommunity.com> wrote:

Or perhaps we could just say that if the main function is defined with *args, we treat those arguments as positional? i.e.:

@abstract def range(*args): """This just defines the signature; no implementation here"""

That sounds about right.

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-3000 mailing list