From 9a1b48dd050175afcd42b81c78cb9adea566ea3b Mon Sep 17 00:00:00 2001 From: Matthew Rahtz Date: Thu, 27 Jun 2024 01:41:45 +0100 Subject: [PATCH] PEP 646: Mark Final (#3832) --- peps/pep-0646.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peps/pep-0646.rst b/peps/pep-0646.rst index 20770d1b6..d29f41c1b 100644 --- a/peps/pep-0646.rst +++ b/peps/pep-0646.rst @@ -5,7 +5,7 @@ Author: Mark Mendoza , Pradeep Kumar Srinivasan , Vincent Siles Sponsor: Guido van Rossum -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 ========