8000 Add future_stmt to simple_stmt production list. (GH-8239) · python/cpython@2911d4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2911d4e

Browse files
Add future_stmt to simple_stmt production list. (GH-8239)
(cherry picked from commit cdb96f4) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 766d8f5 commit 2911d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ simple statements is:
2525
: | `break_stmt`
2626
: | `continue_stmt`
2727
: | `import_stmt`
28+
: | `future_stmt`
2829
: | `global_stmt`
2930
: | `nonlocal_stmt`
3031

0 commit comments

Comments
 (0)
0