[Python-checkins] bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602)

miss-islington webhook-mailer at python.org
Sun Apr 25 15:49:50 EDT 2021


https://github.com/python/cpython/commit/f84f1b5c638eeb6e13c287fe5ebf3a7d2fdb60e9
commit: f84f1b5c638eeb6e13c287fe5ebf3a7d2fdb60e9
branch: master
author: Saiyang Gou <gousaiyang at 163.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-04-25T12:49:26-07:00
summary:

bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602)

files:
M Doc/library/__future__.rst

diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst
index 41399942d3030..24bbd90d02cf7 100644
--- a/Doc/library/__future__.rst
+++ b/Doc/library/__future__.rst
@@ -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*       |
 +------------------+-------------+--------------+---------------------------------------------+
 



More information about the Python-checkins mailing list