> >> We're tentatively thinking that this is a 2.0 feature but if
> >> we figured out a syntax we really liked we'd try to get it into 1.1.
> >>
> > It seems as if there are two clean ways to do this in my mind.
> >
> > 1. Use python2.4's decorator sytax and extend it to allow class and
> > class variable attribute declaration.  This has the pitfall of
> > breaking cpython compatibility with decorators though.  At the same
> > time, why use decorators when you can use attributes?
> >
> When this was last discussed on Python-Dev, Guido agreed that class
> decorators could go into core Python. (Partly because of the IronPython
> usecase.)
>
> The best thing to do (IMHO) is to see if a syntax can be agreed on
> Python-Dev, to ensure future compatibility with CPython.

I agree.
A proof of concept that demonstrates the use of class decorators
might help them decide.

-H.
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to