From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 8 Nov 2018 05:16:15 +0000 (-0800) Subject: Add future_stmt to simple_stmt production list. (GH-8239) X-Git-Tag: v2.7.16rc1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842efd008761e678aebe44d45000c6832725235d;p=thirdparty%2FPython%2Fcpython.git Add future_stmt to simple_stmt production list. (GH-8239) (cherry picked from commit cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa) Co-authored-by: Andrés Delfino --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 43935da4406e..e2d643f7e47b 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -25,6 +25,7 @@ simple statements is: : | `break_stmt` : | `continue_stmt` : | `import_stmt` + : | `future_stmt` : | `global_stmt` : | `exec_stmt`