[Python-Dev] 2.4a2, and @decorators

Guido van Rossum guido at python.org
Tue Aug 3 17:24:46 CEST 2004


> I think this is a great point.  It makes me wonder if:
> 
>    @staticmethod
>    def foo():
>        ...
> 
> if sufficiently better than:
> 
>    def foo():
>        ...
>    foo = staticmethod(foo)
> 
> to justify the language change. FWIW, It isn't to me.

Sigh.  This discussion is going around in pointless circles; we're
*months* past that point.  You're wasting your time (and mine).

--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list