◐ Shell
clean mode source ↗

Remove deprecated keyword argument syntax for constructing typing.TypedDict types by hugovk · Pull Request #104938 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@hugovk

@hugovk hugovk commented

May 25, 2023

edited by github-actions Bot

Loading

Copy link Copy Markdown

Member

Closes #104936.

The keyword argument syntax for constructing typing.TypedDict types was deprecated in 3.11 and scheduled for removal in Python 3.13.


📚 Documentation preview 📚: https://cpython-previews--104938.org.readthedocs.build/

@hugovk hugovk added stdlib

Standard Library Python modules in the Lib/ directory

topic-typing 3.13

bugs and security fixes

labels

May 25, 2023

@AlexWaygood

Copy link Copy Markdown

Member

Thanks! Unfortunately, we already have a PR in flight for this, which is a bit further along than this one :)

@hugovk

hugovk commented

May 25, 2023

Copy link Copy Markdown

Member Author

Oops, I missed that! 🚀

AlexWaygood reacted with thumbs up emoji

@hugovk hugovk deleted the rm-TypedDict-kwargs branch

May 25, 2023 15:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gvanrossum gvanrossum Awaiting requested review from gvanrossum

@Fidget-Spinner Fidget-Spinner Awaiting requested review from Fidget-Spinner

@JelleZijlstra JelleZijlstra Awaiting requested review from JelleZijlstra JelleZijlstra is a code owner

@AlexWaygood AlexWaygood Awaiting requested review from AlexWaygood AlexWaygood is a code owner

Assignees

No one assigned

Labels

3.13

bugs and security fixes

awaiting core review stdlib

Standard Library Python modules in the Lib/ directory

topic-typing

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Remove deprecated keyword argument syntax for typing.TypedDict

3 participants

@hugovk @AlexWaygood @bedevere-bot