[Python-Dev] Re: @decorators, the PEP and the "options" out there?

Jim J Jewett jimjjewett at yahoo.com
Fri Aug 6 18:31:47 CEST 2004


Nicolas Fleury asked:

> Is there ambiguities with the following? 

> def decorator1(decoratorN(foo(arg1, argN))): 
>     pass

Remember that there is already an obscure
possibility for nested argument lists.

def func (arg1, (arg2, arg3)):
    pass



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Python-Dev mailing list