]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11...
authorSaiyang Gou <gousaiyang@163.com>
Sun, 25 Apr 2021 19:49:26 +0000 (12:49 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 19:49:26 +0000 (12:49 -0700)
Doc/library/__future__.rst

index 41399942d3030832080e97c57758875c59a51256..24bbd90d02cf76b965241c17e16eedb94c8cf18e 100644 (file)
@@ -90,7 +90,7 @@ language using this mechanism:
 | generator_stop   | 3.5.0b1     | 3.7          | :pep:`479`:                                 |
 |                  |             |              | *StopIteration handling inside generators*  |
 +------------------+-------------+--------------+---------------------------------------------+
-| annotations      | 3.7.0b1     | 3.10         | :pep:`563`:                                 |
+| annotations      | 3.7.0b1     | 3.11         | :pep:`563`:                                 |
 |                  |             |              | *Postponed evaluation of annotations*       |
 +------------------+-------------+--------------+---------------------------------------------+