Skip to content

PEP 646: Mark Final #3832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion peps/pep-0646.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Mark Mendoza <[email protected]>,
Pradeep Kumar Srinivasan <[email protected]>,
Vincent Siles <[email protected]>
Sponsor: Guido van Rossum <[email protected]>
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Expand All @@ -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/[email protected]/message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/

.. canonical-doc:: :ref:`typing:typevartuple` and :py:class:`typing.TypeVarTuple`

Abstract
========

Expand Down