Skip to content

Commit 5a1fddd

Browse files
PEP 749 & 649: Mark as Final (#4632)
Co-authored-by: Adam Turner <[email protected]>
1 parent 0f2f346 commit 5a1fddd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

peps/pep-0649.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 649
22
Title: Deferred Evaluation Of Annotations Using Descriptors
33
Author: Larry Hastings <[email protected]>
44
Discussions-To: https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Topic: Typing
88
Created: 11-Jan-2021
@@ -21,6 +21,8 @@ Post-History: `11-Jan-2021 <https://mail.python.org/archives/list/python-dev@pyt
2121
Replaces: 563
2222
Resolution: `08-May-2023 <https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/43>`__
2323

24+
.. canonical-doc:: :ref:`annotations`
25+
2426
********
2527
Abstract
2628
********

peps/pep-0749.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 749
22
Title: Implementing PEP 649
33
Author: Jelle Zijlstra <[email protected]>
44
Discussions-To: https://discuss.python.org/t/pep-749-implementing-pep-649/54974
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Topic: Typing
88
Requires: 649
@@ -11,6 +11,8 @@ Python-Version: 3.14
1111
Post-History: `04-Jun-2024 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974>`__
1212
Resolution: `05-May-2025 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974/66>`__
1313

14+
.. canonical-doc:: :ref:`annotations` and :mod:`annotationlib`
15+
1416

1517
Abstract
1618
========

0 commit comments

Comments
 (0)