[Python-Dev] Re: PEP 318: Decorators last before colon

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.

<hopeful wink>

Skip



More information about the Python-Dev mailing list