]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Remove old Python version from future stmt (GH-21802)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Oct 2020 05:54:36 +0000 (22:54 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 05:54:36 +0000 (22:54 -0700)
(cherry picked from commit eba109a28f48b20b05f08abbe6604eebb07788f9)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/reference/simple_stmts.rst

index 93be32713ff32a20720663355728a62c2bc166ff..f8ab2e918c6a10d19cb63f0d76ff2e9ad0338292 100644 (file)
@@ -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 requires 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``,