PEP 646: Mark Final (#3832)

This commit is contained in:
Matthew Rahtz 2024-06-27 01:41:45 +01:00 committed by GitHub
parent f5acaf3b9f
commit 9a1b48dd05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Author: Mark Mendoza <mendoza.mark.a@gmail.com>,
Pradeep Kumar Srinivasan <gohanpra@gmail.com>,
Vincent Siles <vsiles@fb.com>
Sponsor: Guido van Rossum <guido@python.org>
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
@ -14,6 +14,8 @@ Python-Version: 3.11
Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
.. canonical-doc:: :ref:`typing:typevartuple` and :py:class:`typing.TypeVarTuple`
Abstract
========