[Python-checkins] Add future_stmt to simple_stmt production list. (GH-8239)

Serhiy Storchaka webhook-mailer at python.org
Wed Nov 7 12:32:21 EST 2018


https://github.com/python/cpython/commit/cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa
commit: cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2018-11-07T19:32:18+02:00
summary:

Add future_stmt to simple_stmt production list. (GH-8239)

files:
M Doc/reference/simple_stmts.rst

diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 5198c0408ce2..d509700f7507 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`
 



More information about the Python-checkins mailing list