Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion peps/pep-0649.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 649
Title: Deferred Evaluation Of Annotations Using Descriptors
Author: Larry Hastings <larry@hastings.org>
Discussions-To: https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Created: 11-Jan-2021
Expand All @@ -21,6 +21,8 @@ Post-History: `11-Jan-2021 <https://mail.python.org/archives/list/python-dev@pyt
Replaces: 563
Resolution: `08-May-2023 <https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/43>`__

.. canonical-doc:: :ref:`annotations`

********
Abstract
********
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0749.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 749
Title: Implementing PEP 649
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: https://discuss.python.org/t/pep-749-implementing-pep-649/54974
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Requires: 649
Expand All @@ -11,6 +11,8 @@ Python-Version: 3.14
Post-History: `04-Jun-2024 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974>`__
Resolution: `05-May-2025 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974/66>`__

.. canonical-doc:: :ref:`annotations` and :mod:`annotationlib`


Abstract
========
Expand Down