elements of decorator syntax suggestions

Michele Simionato michele.simionato at gmail.com
Sat Aug 7 01:25:14 EDT 2004


Anthony Baxter <anthonybaxter at gmail.com> wrote in message news:<mailman.1298.1091815362.5135.python-list at python.org>...

> This is the biggy, it seems. Current (as of a couple of hours ago) 
> discussions on python-dev are discussing other alternatives instead
> of @, that will hopefully make it easier for IPython or Leo to cope 
> for now (but note that in the future, some other use for @ might be
> found, so anyone relying on it at the moment might want to think 
> about that). One current suggestion is to use the | character, instead.
> 

What about "-" ?


- syncronized
- classmethod
def f(cls, *args):
   pass


Any punctuation already used in current Python
would go for me (., :, -, +, *, /, |, \, ^, etc. etc.) !



               Michele Simionato



More information about the Python-list mailing list