On 5/14/07, Phillip J. Eby <[EMAIL PROTECTED]> 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/) _______________________________________________ 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