[Python-Dev] PEP 318 bake-off? (original) (raw)
Shane Hathaway shane at zope.com
Thu Apr 1 18:54:11 EST 2004
- Previous message: [Python-Dev] Re: PEP 318 bake-off?
- Next message: [Python-Dev] Re: Re: PEP 318: Decorators last before colon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
1) Last-before-colon:
def foo(cls, arg1, arg2) [funcattrs(foo=42), deprecated, overrides, classmethod]: pass 2) Prefix list: [funcattrs(foo=42), deprecated, overrides, classmethod] def foo(cls, arg1, arg2): pass
I bet most of us who prefer #2 would be just as happy with #1. Am I right?
Shane
- Previous message: [Python-Dev] Re: PEP 318 bake-off?
- Next message: [Python-Dev] Re: Re: PEP 318: Decorators last before colon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]