From 685b6dd2a7468c1b7c1f4c429631544200f0bc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sun, 9 Aug 2020 22:09:50 -0300 Subject: [PATCH 1/3] Fix old version and name PEP --- Doc/reference/simple_stmts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index a8ec0fbe8b732c..b14ac4f5a72e33 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -874,8 +874,8 @@ can appear before a future statement are: * blank lines, and * other future statements. -The only feature in Python 3.7 that requires using the future statement is -``annotations``. +The only feature that can be enabled using the future statement is +``annotations`` (see :pep:`563`). All historical features enabled by the future statement are still recognized by Python 3. The list includes ``absolute_import``, ``division``, From ab8100ca1b4a653047efa67e9db35dc21635d917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Mon, 12 Oct 2020 13:51:01 -0300 Subject: [PATCH 2/3] Fix Travis build From 9fe9d657d3fc20c050aff9f5c37fcfe4aab9965c Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Mon, 12 Oct 2020 14:23:48 -0300 Subject: [PATCH 3/3] Update simple_stmts.rst --- Doc/reference/simple_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index b14ac4f5a72e33..cb47ed4b5ae2a5 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -874,7 +874,7 @@ can appear before a future statement are: * blank lines, and * other future statements. -The only feature that can be enabled using the future statement is +The only feature that requires using the future statement is ``annotations`` (see :pep:`563`). All historical features enabled by the future statement are still recognized