mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add future_stmt to simple_stmt production list. (GH-8239)
This commit is contained in:
parent
ca68261c75
commit
cdb96f45b6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ simple statements is:
|
|||
: | `break_stmt`
|
||||
: | `continue_stmt`
|
||||
: | `import_stmt`
|
||||
: | `future_stmt`
|
||||
: | `global_stmt`
|
||||
: | `nonlocal_stmt`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue