File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
Title: Deferred Evaluation Of Annotations Using Descriptors
3
3
Author: Larry Hastings <
[email protected] >
4
4
Discussions-To: https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/
5
- Status: Accepted
5
+ Status: Final
6
6
Type: Standards Track
7
7
Topic: Typing
8
8
Created: 11-Jan-2021
@@ -21,6 +21,8 @@ Post-History: `11-Jan-2021 <https://mail.python.org/archives/list/python-dev@pyt
21
21
Replaces: 563
22
22
Resolution: `08-May-2023 <https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/43 >`__
23
23
24
+ .. canonical-doc :: :ref:`annotations`
25
+
24
26
********
25
27
Abstract
26
28
********
Original file line number Diff line number Diff line change 2
2
Title: Implementing PEP 649
3
3
Author: Jelle Zijlstra <
[email protected] >
4
4
Discussions-To: https://discuss.python.org/t/pep-749-implementing-pep-649/54974
5
- Status: Accepted
5
+ Status: Final
6
6
Type: Standards Track
7
7
Topic: Typing
8
8
Requires: 649
@@ -11,6 +11,8 @@ Python-Version: 3.14
11
11
Post-History: `04-Jun-2024 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974 >`__
12
12
Resolution: `05-May-2025 <https://discuss.python.org/t/pep-749-implementing-pep-649/54974/66 >`__
13
13
14
+ .. canonical-doc :: :ref:`annotations` and :mod:`annotationlib`
15
+
14
16
15
17
Abstract
16
18
========
You can’t perform that action at this time.
0 commit comments