[Python-Dev] 2.4a2, and @decorators
Guido van Rossum
guido at python.org
Tue Aug 3 17:24:46 CEST 2004
More information about the Python-Dev mailing list
Tue Aug 3 17:24:46 CEST 2004
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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/)
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list