Discussion:
[Python-3000-checkins] r66527 - python/branches/py3k/Doc/reference/compound_stmts.rst
georg.brandl
2008-09-21 07:20:12 UTC
Permalink
Author: georg.brandl
Date: Sun Sep 21 09:20:11 2008
New Revision: 66527

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


Modified:
python/branches/py3k/Doc/reference/compound_stmts.rst

Modified: python/branches/py3k/Doc/reference/compound_stmts.rst
==============================================================================
--- python/branches/py3k/Doc/reference/compound_stmts.rst (original)
+++ python/branches/py3k/Doc/reference/compound_stmts.rst Sun Sep 21 09:20:11 2008
@@ -52,7 +52,6 @@
: | `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`)* [";"]

Loading...