[Python-Dev] Backport PEP 3129: Class Decorators

Christian Heimes lists at cheimes.de
Tue Jan 8 03:05:23 CET 2008


Raymond Hettinger wrote:
> This seems like something that could reasonably be added to Py2.6.

+1 from me

PEP 3107 (function annotation), PEP 3104 (nonlocal) and PEP 3132
(extended iterable unpacking: a, *b = 1,2,3) are IMHO other useful
feature for 2.6. nonlocal would require a __future__ import.

Christian



More information about the Python-Dev mailing list