This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document PEP 646
Type: Stage: resolved
Components: Documentation Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: AlexWaygood, JelleZijlstra, docs@python, gvanrossum, kj, matthew.rahtz, mrahtz
Priority: deferred blocker Keywords: patch

Created on 2022-03-23 02:08 by JelleZijlstra, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 32103 merged matthew.rahtz, 2022-03-24 22:04
Messages (4)
msg415850 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-03-23 02:08
https://docs.python.org/3.11/library/typing.html doesn't say anything about TypeVarTuple yet.
msg415974 - (view) Author: Matthew Rahtz (matthew.rahtz) * Date: 2022-03-24 21:02
Ooh, thanks for the reminder! I'll start drafting this now.
msg416708 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-04-04 23:37
New changeset 38ae5b8c0c0b64ae6100b0dee8707d5ab769e381 by Matthew Rahtz in branch 'main':
bpo-47097: Add documentation for TypeVarTuple (#32103)
https://github.com/python/cpython/commit/38ae5b8c0c0b64ae6100b0dee8707d5ab769e381
msg416709 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2022-04-05 00:36
(Feel free to reopen this issue if there's more to be done, Matthew!)
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91253
2022-04-05 00:36:21AlexWaygoodsetmessages: + msg416709
2022-04-04 23:48:32AlexWaygoodsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-04-04 23:37:10JelleZijlstrasetmessages: + msg416708
2022-03-24 22:04:48matthew.rahtzsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request30183
2022-03-24 21:02:52matthew.rahtzsetnosy: + matthew.rahtz
messages: + msg415974
2022-03-23 02:08:36JelleZijlstracreate