]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PEP-0318, @decorator-style. In Guido's words:
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 2 Aug 2004 06:10:11 +0000 (06:10 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 2 Aug 2004 06:10:11 +0000 (06:10 +0000)
commitc2a5a636545a88f349dbe3e452ffb4494b68e534
treeaaa24074dcdcce5afa51523969971bdd05381b01
parentfd7dc5169c3ca7d64109512f38762c4ce9e96c5f
PEP-0318, @decorator-style. In Guido's words:
"@ seems the syntax that everybody can hate equally"
Implementation by Mark Russell, from SF #979728.
28 files changed:
Doc/lib/asttable.tex
Doc/lib/libfuncs.tex
Doc/ref/ref7.tex
Grammar/Grammar
Include/graminit.h
Include/node.h
Include/token.h
Lib/compiler/ast.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Lib/compiler/transformer.py
Lib/pyclbr.py
Lib/symbol.py
Lib/test/output/test_tokenize
Lib/test/pyclbr_input.py [new file with mode: 0644]
Lib/test/test_decorators.py [new file with mode: 0644]
Lib/test/test_parser.py
Lib/test/test_pyclbr.py
Lib/test/tokenize_tests.txt
Lib/token.py
Lib/tokenize.py
Modules/parsermodule.c
Parser/tokenizer.c
Python/compile.c
Python/graminit.c
Tools/compiler/ast.txt
Tools/compiler/astgen.py
Tools/compiler/regrtest.py