[Python-Dev] 2.4a2, and @decorators (original) (raw)
Jim Fulton jim at zope.com
Tue Aug 3 17:51:12 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 ]
Guido van Rossum wrote:
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).
Sorry. I think you'd be wise to consider the months without consensus as evidence of a problem. Don't bother wasting time with a reply. ;)
Jim
-- Jim Fulton mailto:jim at zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]