[Python-Dev] Re: PEP 318: Decorators last before colon (original) (raw)
David Abrahams dave at boost-consulting.com
Thu Apr 1 18:45:26 EST 2004
- Previous message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Next message: [Python-Dev] Re: PEP 318: Decorators last before colon -- another new syntax idea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Phillip J. Eby" <pje at telecommunity.com> writes:
I'm not sure I'd go that far. For 'classmethod' it can actually be attractive to group a bunch of them together. On the other hand, that's the only use case that comes to mind for grouping a bunch of functions under the same decorator list.
I really suggested it because I think it solves some of the syntactic problems of other approaches.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
- Previous message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Next message: [Python-Dev] Re: PEP 318: Decorators last before colon -- another new syntax idea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]