Commit cdb96f45 authored by Andrés Delfino's avatar Andrés Delfino Committed by Serhiy Storchaka

Add future_stmt to simple_stmt production list. (GH-8239)

parent ca68261c
...@@ -25,6 +25,7 @@ simple statements is: ...@@ -25,6 +25,7 @@ simple statements is:
: | `break_stmt` : | `break_stmt`
: | `continue_stmt` : | `continue_stmt`
: | `import_stmt` : | `import_stmt`
: | `future_stmt`
: | `global_stmt` : | `global_stmt`
: | `nonlocal_stmt` : | `nonlocal_stmt`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment