[Python-Dev] Re: PEP 318: Decorators last before colon (original) (raw)

Skip Montanaro skip at pobox.com
Wed Mar 31 21:42:39 EST 2004


On the advisability of

[decorator]
def func():
    pass

vs.

def func() [decorator]:
    pass

I'm beginning to think Guido has staged an elaborate April Fool's joke.

Skip



More information about the Python-Dev mailing list