Skip to content

Remove reference to Tuple at top of typing docs #29401

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 1 commit into from
Nov 4, 2021

Conversation

AlexWaygood
Copy link
Member

typing.Tuple has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the typing module.

``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
@miss-islington
Copy link
Contributor

Thanks @AlexWaygood for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 4, 2021
``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
(cherry picked from commit 87032cf)

Co-authored-by: Alex Waygood <[email protected]>
@bedevere-bot
Copy link

GH-29402 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Nov 4, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 4, 2021
``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
(cherry picked from commit 87032cf)

Co-authored-by: Alex Waygood <[email protected]>
@bedevere-bot
Copy link

GH-29403 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Nov 4, 2021
@AlexWaygood AlexWaygood deleted the patch-1 branch November 4, 2021 11:54
miss-islington added a commit that referenced this pull request Nov 4, 2021
``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
(cherry picked from commit 87032cf)

Co-authored-by: Alex Waygood <[email protected]>
miss-islington added a commit that referenced this pull request Nov 4, 2021
``typing.Tuple`` has been deprecated since Python 3.9, so it makes no sense to mention it so prominently in the documentation for the ``typing`` module.
(cherry picked from commit 87032cf)

Co-authored-by: Alex Waygood <[email protected]>
@gvanrossum gvanrossum removed their request for review November 4, 2021 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants