Skip to content

Commit

Permalink
PEP 695: Mark as Final (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 17, 2024
1 parent 908d90a commit 16c8775
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions peps/pep-0695.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ Title: Type Parameter Syntax
Author: Eric Traut <erictr at microsoft.com>
Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 15-Jun-2022
Python-Version: 3.12
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>`__
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
========
Expand Down

0 comments on commit 16c8775

Please sign in to comment.