]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add future_stmt to simple_stmt production list. (GH-8239)
authorAndrés Delfino <adelfino@gmail.com>
Wed, 7 Nov 2018 17:32:18 +0000 (14:32 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Nov 2018 17:32:18 +0000 (19:32 +0200)
Doc/reference/simple_stmts.rst

index 5198c0408ce2865ef99a7293de60f947dc208800..d509700f7507086526062d34a1044fe4cb934a21 100644 (file)
@@ -25,6 +25,7 @@ simple statements is:
               : | `break_stmt`
               : | `continue_stmt`
               : | `import_stmt`
+              : | `future_stmt`
               : | `global_stmt`
               : | `nonlocal_stmt`