[Python-3000] mixin class decorator (original) (raw)

Fred L. Drake, Jr. fdrake at acm.org
Sun May 13 19:21:59 CEST 2007


On Sunday 13 May 2007, Josiah Carlson wrote:

About the only thing that I think would be nice is if we could get class decorators in 2.6 as well (a future import would work for me).

Since class decorators don't introduce a new keyword, there'd be no need for a future import. Something that's no syntactically legal now would become legal, and that's an allowed change.

-Fred

-- Fred L. Drake, Jr.



More information about the Python-3000 mailing list