diff options
author | KotlinIsland <65446343+KotlinIsland@users.noreply.github.com> | 2022-07-05 08:46:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 08:46:39 (GMT) |
commit | 4791a8a8357e67431cb686d9559aa419074b8e33 (patch) | |
tree | 3836a2f864c2ac0e98af51053e678750d8b86025 /Doc | |
parent | 7bd67d1d88383bb6d156ac9ca816e56085ca5ec8 (diff) | |
download | cpython-4791a8a8357e67431cb686d9559aa419074b8e33.zip cpython-4791a8a8357e67431cb686d9559aa419074b8e33.tar.gz cpython-4791a8a8357e67431cb686d9559aa419074b8e33.tar.bz2 |
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 9eafd6d..d9a5efa 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -336,6 +336,13 @@ See :pep:`681` for more details. (Contributed by Jelle Zijlstra in :gh:`91860`. PEP written by 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/python-dev@python.org/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`_ for more information. + Other Language Changes ====================== |