Issue 1759: Backport of PEP 3129 "class decorators" (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46099
classification
process
Created on 2008-01-08 03:44 by christian.heimes , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (3)
msg59520 - (view)
Author: Christian Heimes (christian.heimes) *
Date: 2008-01-08 03:44
The patch backports the class decorator syntax to 2.6. All tests except two are passing. I'm not sure why the inspect test fails and I don't know how to fix the ast test.
msg62734 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2008-02-23 14:38
Attaching new diff that fixes these issues.
msg62736 - (view)
Author: Christian Heimes (christian.heimes) *
Date: 2008-02-23 15:02
Applied in r60978
History
Date
User
Action
Args
2022-04-11 14:56:29
admin
set
github: 46099
2008-02-23 15:02:23
christian.heimes
set
status: open -> closedresolution: acceptedmessages: +
2008-02-23 14:38:53
georg.brandl
set
files: + classdec_2.diff nosy: + georg.brandl messages: +
2008-01-08 03:45:26
christian.heimes
set
keywords: + patch nosy: + rhettinger
2008-01-08 03:44:27
christian.heimes
create