Skip to content
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

[3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701) #100826

Merged
merged 1 commit into from Jan 7, 2023

Conversation

AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Jan 7, 2023

Removed erroneous note in the get_type_hints docs

typing.get_type_hints still includes base class type hints.

(cherry picked from commit deaf090)

Automerge-Triggered-By: GH:AlexWaygood

…ython#100701)

Removed erroneous note in the get_type_hints docs

typing.get_type_hints still includes base class type hints.

(cherry picked from commit deaf090)
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir skip news labels Jan 7, 2023
@AlexWaygood AlexWaygood changed the title gh-100673: Removed erroneous note in the get_type_hints docs (#100701) [3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701) Jan 7, 2023
@AlexWaygood AlexWaygood requested a review from hauntsaninja Jan 7, 2023
@AlexWaygood AlexWaygood added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Jan 7, 2023
@miss-islington miss-islington merged commit 67e52e5 into python:3.10 Jan 7, 2023
14 checks passed
@AlexWaygood AlexWaygood deleted the backport-deaf090-3.10 branch Jan 7, 2023
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 🤖 automerge PR will be merged once it's been approved and all CI passed skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typing.get_type_hints documentation claims it no longer includes base class type hints.
5 participants