]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
authorBrandt Bucher <brandtbucher@gmail.com>
Tue, 3 Mar 2020 22:25:44 +0000 (14:25 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 22:25:44 +0000 (14:25 -0800)
commitbe501ca2419a91546dea85ef4f36945545458589
tree75288eb978f78b97d2da5b2a052b9908531066f3
parent116fd4af7370706d0d99ac7c70541ef965672d4e
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Grammar/Grammar
Include/node.h
Lib/test/test_decorators.py
Lib/test/test_grammar.py
Lib/test/test_parser.py
Misc/NEWS.d/next/Core and Builtins/2020-02-20-08-12-52.bpo-39702.4_AmyF.rst [new file with mode: 0644]
Python/ast.c
Python/graminit.c