-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Update TypedDict
to match updated PEP-728
#511
Comments
I started working on this but I'm not sure I'm happy with the runtime behavior proposed in the current version of the PEP, and there was some more talk on Discuss about possible alternative spellings. I'll look at it again when I find some time. |
Thank you -- much appreciated. I am eagerly awaiting this new feature, in whatever form it finally arrives. :) |
I just stumbled upon PEP 728 and I'd like to see the updated proposal implemented as well. Any further thoughts here? This is also holding up mypy support: python/mypy#18176 |
This is done, and a pre-release with support just went out. |
typing_extensions
4.10 added support for PEP-728. However, the PEP was updated last month to change how it is being implemented. Instead of the__extra_items__
class attribute, it now is using theextra_items
class parameter. It would be good to make the corresponding change intyping_extensions
, to match the updated PEP-728.The text was updated successfully, but these errors were encountered: