We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e866f33 commit 490f30dCopy full SHA for 490f30d
Doc/reference/simple_stmts.rst
@@ -874,8 +874,8 @@ can appear before a future statement are:
874
* blank lines, and
875
* other future statements.
876
877
-The only feature in Python 3.7 that requires using the future statement is
878
-``annotations``.
+The only feature that requires using the future statement is
+``annotations`` (see :pep:`563`).
879
880
All historical features enabled by the future statement are still recognized
881
by Python 3. The list includes ``absolute_import``, ``division``,
0 commit comments