[Python-Dev] Call for defense of @decorators

"Martin v. Löwis" martin at v.loewis.de
Fri Aug 6 01:02:34 CEST 2004


> Except + and - would be valid Python syntax already ;)  

Ah, yes, the unary +. It's not clear to me why we need to have this -
the unary - is certainly necessary. So we still have * and / :-)

> Aesthetically I much prefer @ over ! or %.  !looks !bad !next !to !text 
> !because !it !doesn't !stand !out and %makes %me %think %of %comments 
> %in %another %language.

So we do need Unicode after all :-)

     ►classmethod
     def foo():
       pass

Regards,
Martin


More information about the Python-Dev mailing list