[Python-Dev] Re: 2.4a2, and @decorators (original) (raw)
Nicolas Fleury nidoizo at yahoo.com
Thu Aug 5 03:11:28 CEST 2004
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] Re: 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just a question, when "as" become a keyword in Python 3, can we expect a new syntax using that keyword instead (or additionally)? There's multiple possible syntaxes using "as", even replacing simply @ by "as" would be an improvement IMHO, since that would be english-readable (as static method define foo), like most of Python.
Guido van Rossum wrote:
Not IMO, that would just add more mystery (and would require yet another hack in classmethod to allow it to be called without args).
Regards, Nicolas
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] Re: 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]