]> granicus.if.org Git - python/commit
Patch #1759: Backport of PEP 3129 class decorators
authorChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 15:01:05 +0000 (15:01 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 15:01:05 +0000 (15:01 +0000)
commit5224d28d38eb784f17c2fed3f48368285df6d17a
treeb258202efc39ae5239d91dcf5b1898c6ce713f16
parentb12f0b581a6f268d0611c87012d1273aeca220b8
Patch #1759: Backport of PEP 3129 class decorators
with some help from Georg
15 files changed:
Grammar/Grammar
Include/Python-ast.h
Include/graminit.h
Lib/symbol.py
Lib/test/test_ast.py
Lib/test/test_decorators.py
Lib/test/test_grammar.py
Misc/NEWS
Modules/parsermodule.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/graminit.c
Python/symtable.c