Remove deprecated keyword argument syntax for constructing typing.TypedDict types by hugovk · Pull Request #104938 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
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
requested review from
AlexWaygood,
Fidget-Spinner,
JelleZijlstra and
gvanrossum
as code owners
bedevere-bot
added
the
awaiting core review
label
AlexWaygood
commented
May 25, 2023
AlexWaygood commented
Member
Thanks! Unfortunately, we already have a PR in flight for this, which is a bit further along than this one :)
AlexWaygood
closed this
hugovk
commented
May 25, 2023
hugovk commented
Member Author
Oops, I missed that! 🚀
hugovk
deleted the
rm-TypedDict-kwargs
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment