Skip to content

Commit 12a708f

Browse files
committed
PEP 747: Mark as Final
1 parent 8f703cc commit 12a708f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

peps/pep-0747.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +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: Accepted
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>`__
1212
Resolution: `20-Feb-2026 <https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984/103>`__
1313

14+
.. canonical-doc:: :data:`py3.15:typing.TypeForm`
1415

1516
Abstract
1617
========

0 commit comments

Comments
 (0)