[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
- Previous message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Next message: [Python-Dev] Re: Python-Dev Digest, Vol 8, Issue 107
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Next message: [Python-Dev] Re: Python-Dev Digest, Vol 8, Issue 107
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]