#3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here.

This commit is contained in:
Georg Brandl 2008-09-21 07:20:11 +00:00
parent 528cdb1281
commit 3ad8166ee9

View file

@ -52,7 +52,6 @@ Summarizing:
: | `with_stmt`
: | `funcdef`
: | `classdef`
: | `decorated`
suite: `stmt_list` NEWLINE | NEWLINE INDENT `statement`+ DEDENT
statement: `stmt_list` NEWLINE | `compound_stmt`
stmt_list: `simple_stmt` (";" `simple_stmt`)* [";"]