RELEASED Python 2.4, alpha 2

Anthony Baxter anthonybaxter at gmail.com
Fri Aug 6 12:23:55 EDT 2004


On Fri, 06 Aug 2004 08:05:15 -0400, Peter Hansen <peter at engcorp.com> wrote:
> I don't think the decorator names are ever keywords.  They are
> just arbitrary names bound to stuff... I suspect you would find
> people writing code like this instead:
> 
> sync = synchronized
> cm = classmethod
> 
> def @sync @cm x(self):
>     pass
> 
> (I'm not saying whether that's a good thing, just pointing it out.)

I'm happy to say that I think this looks horrible ;)



More information about the Python-list mailing list