[Python-Dev] -1 on @[decorator] (original) (raw)
Edward C. Jones edcjones at erols.com
Fri Jul 2 02:25:38 CEST 2004
- Previous message: [Python-Dev] Re: Candidate Itertools
- Next message: [Python-Dev] -1 on @[decorator]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There are three 7-bit ASCII characters not used in Python: "@", "$", and "?". Please don't waste one of them for the special purpose of decorators:
@[staticmethod]
def fun(args):
...
To me "@" says "not python". I use it in templates that generate Python code.
-1 for "@" in decorators.
- Previous message: [Python-Dev] Re: Candidate Itertools
- Next message: [Python-Dev] -1 on @[decorator]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]