Skip to content

Commit 4d64741

Browse files
authored
PEP 747: Mark as Final (#4860)
* PEP 747: Mark as Accepted * PEP 747: Mark as Final * Link to the typing spec
1 parent 577885a commit 4d64741

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

peps/pep-0747.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Title: Annotating Type Forms
33
Author: David Foster <david at dafoster.net>, Eric Traut <erictr at microsoft.com>
44
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
55
Discussions-To: https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984
6-
Status: Draft
6+
Status: Final
77
Type: Standards Track
88
Topic: Typing
99
Created: 27-May-2024
1010
Python-Version: 3.15
1111
Post-History: `19-Apr-2024 <https://discuss.python.org/t/typeform-spelling-for-a-type-annotation-object-at-runtime/51435>`__, `04-May-2024 <https://discuss.python.org/t/typeform-spelling-for-a-type-annotation-object-at-runtime/51435/7/>`__, `17-Jun-2024 <https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984>`__
12+
Resolution: `20-Feb-2026 <https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984/103>`__
1213

14+
.. canonical-typing-spec:: :ref:`typing:type-forms` and :data:`py3.15:typing.TypeForm`
1315

1416
Abstract
1517
========

0 commit comments

Comments
 (0)