Skip to content

Commit e5fecd4

Browse files
authored
PEP 696: Mark as Final (#3941)
1 parent c529e18 commit e5fecd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

peps/pep-0696.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ Title: Type Defaults for Type Parameters
33
Author: James Hilton-Balfe <[email protected]>
44
Sponsor: Jelle Zijlstra <[email protected]>
55
Discussions-To: https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Topic: Typing
9-
Content-Type: text/x-rst
109
Created: 14-Jul-2022
1110
Python-Version: 3.13
1211
Post-History: `22-Mar-2022 <https://mail.python.org/archives/list/[email protected]/thread/7VWBZWXTCX6RAJO6GG67BAXUPFZ24NTC/>`__,
1312
`08-Jan-2023 <https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569/>`__,
1413
Resolution: https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569/34
1514

15+
.. canonical-typing-spec:: :ref:`typing:type_parameter_defaults` and
16+
:external+py3.13:ref:`type-params`
17+
1618
Abstract
1719
--------
1820

0 commit comments

Comments
 (0)