From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 8 Nov 2018 05:16:16 +0000 (-0800) Subject: Add future_stmt to simple_stmt production list. (GH-8239) X-Git-Tag: v3.6.8rc1~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de25071f49b3f9bf9cdef32204a4516bbb259626;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 3ab0029698c7..3fea709d3857 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` : | `nonlocal_stmt`