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

This commit is contained in:
Andrés Delfino 2018-11-07 14:32:18 -03:00 committed by Serhiy Storchaka
parent ca68261c75
commit cdb96f45b6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ simple statements is:
: | `break_stmt`
: | `continue_stmt`
: | `import_stmt`
: | `future_stmt`
: | `global_stmt`
: | `nonlocal_stmt`