[Python-Dev] Backport PEP 3129: Class Decorators (original) (raw)
Christian Heimes lists at cheimes.de
Tue Jan 8 03:05:23 CET 2008
- Previous message: [Python-Dev] Backport PEP 3129: Class Decorators
- Next message: [Python-Dev] Backport PEP 3129: Class Decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Backport PEP 3129: Class Decorators
- Next message: [Python-Dev] Backport PEP 3129: Class Decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]