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

Skip to content

Commit cdb96f4

Browse files
andresdelfinoserhiy-storchaka
authored andcommitted
Add future_stmt to simple_stmt production list. (GH-8239)
1 parent ca68261 commit cdb96f4

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