File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,20 @@ language using this mechanism:
90
90
| generator_stop | 3.5.0b1 | 3.7 | :pep: `479 `: |
91
91
| | | | *StopIteration handling inside generators * |
92
92
+------------------+-------------+--------------+---------------------------------------------+
93
- | annotations | 3.7.0b1 | 3.11 | :pep: `563 `: |
93
+ | annotations | 3.7.0b1 | TBD [ 1 ]_ | :pep: `563 `: |
94
94
| | | | *Postponed evaluation of annotations * |
95
95
+------------------+-------------+--------------+---------------------------------------------+
96
96
97
97
.. XXX Adding a new entry? Remember to update simple_stmts.rst, too.
98
98
99
+ .. [1 ]
100
+ ``from __future__ import annotations `` was previously scheduled to
101
+ become mandatory in Python 3.10, but the Python Steering Council
102
+ twice decided to delay the change
103
+ (`announcement for Python 3.10 <https://mail.python.org/archives/list/python-dev@python.org/message/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/ >`__;
104
+ `announcement for Python 3.11 <https://mail.python.org/archives/list/python-dev@python.org/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/ >`__).
105
+ No final decision has been made yet. See also :pep: `563 ` and :pep: `649 `.
106
+
99
107
100
108
.. seealso ::
101
109
You can’t perform that action at this time.
0 commit comments