From 02218a9ebf21cf4ac3fb58b2df70c20fea8259b9 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 5 Oct 2025 16:11:30 +0100 Subject: [PATCH 1/2] Mark PEP 749 & 649 as Final --- peps/pep-0649.rst | 4 +++- peps/pep-0749.rst | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/peps/pep-0649.rst b/peps/pep-0649.rst index bbbdfb5c66c..d4c8e792468 100644 --- a/peps/pep-0649.rst +++ b/peps/pep-0649.rst @@ -2,7 +2,7 @@ PEP: 649 Title: Deferred Evaluation Of Annotations Using Descriptors Author: Larry Hastings 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 @@ -21,6 +21,8 @@ Post-History: `11-Jan-2021 `__ +.. canonical-doc:: :ref:`annotations` + ******** Abstract ******** diff --git a/peps/pep-0749.rst b/peps/pep-0749.rst index 075970bee35..5fbb0103046 100644 --- a/peps/pep-0749.rst +++ b/peps/pep-0749.rst @@ -2,7 +2,7 @@ PEP: 749 Title: Implementing PEP 649 Author: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/pep-749-implementing-pep-649/54974 -Status: Accepted +Status: Final Type: Standards Track Topic: Typing Requires: 649 @@ -11,6 +11,7 @@ Python-Version: 3.14 Post-History: `04-Jun-2024 `__ Resolution: `05-May-2025 `__ +.. canonical-doc:: :ref:`annotations` and :mod:`annotationlib` Abstract ======== From f3f0b0829ccae8af9599a7132081444b2b3bc85e Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:52:44 +0100 Subject: [PATCH 2/2] Update peps/pep-0749.rst --- peps/pep-0749.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0749.rst b/peps/pep-0749.rst index 5fbb0103046..78b07ba9032 100644 --- a/peps/pep-0749.rst +++ b/peps/pep-0749.rst @@ -13,6 +13,7 @@ Resolution: `05-May-2025