[Python-Dev] Re: PEP 318: Decorators last before colon (original) (raw)
David Abrahams dave at boost-consulting.com
Wed Mar 31 16:40:44 EST 2004
- Previous message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Next message: [Python-Dev] Re: PEP 318: Decorators last before colon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido at python.org> writes:
>>> [decorator]
Will it type ... and wait for you to say more? Or will it evaluate the single-element list whose element is the value of the variable ``decorator'' and print the result? The latter. You can't add a decorator to a top-level function in interactive mode unless you put it inside an if.
That seems like a very odd special case to me. Is it worth it?
-- 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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]