PEP 695: Mark as Final (#3675)

This commit is contained in:
Hugo van Kemenade 2024-02-17 05:25:41 +02:00 committed by GitHub
parent 908d90ab5c
commit 16c8775b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -3,16 +3,20 @@ Title: Type Parameter Syntax
Author: Eric Traut <erictr at microsoft.com> Author: Eric Traut <erictr at microsoft.com>
Sponsor: Guido van Rossum <guido@python.org> Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/ Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/
Status: Accepted Status: Final
Type: Standards Track Type: Standards Track
Topic: Typing Topic: Typing
Content-Type: text/x-rst
Created: 15-Jun-2022 Created: 15-Jun-2022
Python-Version: 3.12 Python-Version: 3.12
Post-History: `20-Jun-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/>`__, Post-History: `20-Jun-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/>`__,
`04-Dec-2022 <https://discuss.python.org/t/pep-695-type-parameter-syntax/21646>`__ `04-Dec-2022 <https://discuss.python.org/t/pep-695-type-parameter-syntax/21646>`__
Resolution: https://discuss.python.org/t/pep-695-type-parameter-syntax/21646/92 Resolution: https://discuss.python.org/t/pep-695-type-parameter-syntax/21646/92
.. canonical-typing-spec:: :ref:`typing:variance-inference`,
:ref:`typing:type-aliases`,
:ref:`python:type-params`,
:ref:`python:type` and
:ref:`python:annotation-scopes`.
Abstract Abstract
======== ========