PEP 646: Mark Final (#3832)
This commit is contained in:
parent
f5acaf3b9f
commit
9a1b48dd05
|
@ -5,7 +5,7 @@ Author: Mark Mendoza <mendoza.mark.a@gmail.com>,
|
||||||
Pradeep Kumar Srinivasan <gohanpra@gmail.com>,
|
Pradeep Kumar Srinivasan <gohanpra@gmail.com>,
|
||||||
Vincent Siles <vsiles@fb.com>
|
Vincent Siles <vsiles@fb.com>
|
||||||
Sponsor: Guido van Rossum <guido@python.org>
|
Sponsor: Guido van Rossum <guido@python.org>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
@ -14,6 +14,8 @@ Python-Version: 3.11
|
||||||
Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
|
Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
|
||||||
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
|
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
|
||||||
|
|
||||||
|
.. canonical-doc:: :ref:`typing:typevartuple` and :py:class:`typing.TypeVarTuple`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue