forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-warning-options-and-include-in-check-war…
…nings
- Loading branch information
Showing
131 changed files
with
2,415 additions
and
1,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,10 @@ language using this mechanism: | |
| generator_stop | 3.5.0b1 | 3.7 | :pep:`479`: | | ||
| | | | *StopIteration handling inside generators* | | ||
+------------------+-------------+--------------+---------------------------------------------+ | ||
| annotations | 3.7.0b1 | TBD [1]_ | :pep:`563`: | | ||
| | | | *Postponed evaluation of annotations* | | ||
| annotations | 3.7.0b1 | Never [1]_ | :pep:`563`: | | ||
| | | | *Postponed evaluation of annotations*, | | ||
| | | | :pep:`649`: *Deferred evalutation of | | ||
| | | | annotations using descriptors* | | ||
+------------------+-------------+--------------+---------------------------------------------+ | ||
|
||
.. XXX Adding a new entry? Remember to update simple_stmts.rst, too. | ||
|
@@ -115,11 +117,9 @@ language using this mechanism: | |
|
||
.. [1] | ||
``from __future__ import annotations`` was previously scheduled to | ||
become mandatory in Python 3.10, but the Python Steering Council | ||
twice decided to delay the change | ||
(`announcement for Python 3.10 <https://mail.python.org/archives/list/[email protected]/message/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/>`__; | ||
`announcement for Python 3.11 <https://mail.python.org/archives/list/[email protected]/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`__). | ||
No final decision has been made yet. See also :pep:`563` and :pep:`649`. | ||
become mandatory in Python 3.10, but the change was delayed and ultimately | ||
canceled. This feature will eventually be deprecated and removed. See | ||
:pep:`649` and :pep:`749`. | ||
.. seealso:: | ||
|
Oops, something went wrong.