Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion peps/pep-0747.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Title: Annotating Type Forms
Author: David Foster <david at dafoster.net>, Eric Traut <erictr at microsoft.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To: https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984
Status: Draft
Status: Final
Type: Standards Track
Topic: Typing
Created: 27-May-2024
Python-Version: 3.15
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>`__
Resolution: `20-Feb-2026 <https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984/103>`__

.. canonical-doc:: :data:`py3.15:typing.TypeForm`
Comment thread
willingc marked this conversation as resolved.
Outdated

Abstract
========
Expand Down
Loading