-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 563: Clarify wording, links/references and structure
- Loading branch information
1 parent
814dbab
commit dc75401
Showing
1 changed file
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -388,9 +388,11 @@ Erik De Bonte and Eric Traut.) | |
PEP 563 may not be the future | ||
----------------------------- | ||
|
||
* :pep:`563` Postponed Evaluation of Annotations, ``__future__.annotations`` | ||
that was planned for this release has been indefinitely postponed. | ||
See `this message <https://mail.python.org/archives/list/[email protected]/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`_ for more information. | ||
:pep:`563` Postponed Evaluation of Annotations | ||
(the ``from __future__ import annotations`` :ref:`future statement <future>`) | ||
that was originally planned for release in Python 3.10 has been deferred again. | ||
See `this message from the Steering Council <https://mail.python.org/archives/list/[email protected]/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`__ | ||
for more information. | ||
|
||
|
||
Other Language Changes | ||
|