mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-38605: Update __future__ module doc as annotations is now "mandatory in 3.11" (GH-25602)
This commit is contained in:
parent
a31cf86bc2
commit
f84f1b5c63
1 changed files with 1 additions and 1 deletions
|
|
@ -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* |
|
||||
+------------------+-------------+--------------+---------------------------------------------+
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue