[Python-3000] PEP 3124 - more commentary (original) (raw)
Guido van Rossum guido at python.org
Tue May 15 06:43:32 CEST 2007
- Previous message: [Python-3000] PEP 3124 - more commentary
- Next message: [Python-3000] PEP 3124 - more commentary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-3000] PEP 3124 - more commentary
- Next message: [Python-3000] PEP 3124 - more commentary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]