Mailing List Archive

Presenting PEP 692: Using TypedDict for more precise **kwargs typing
Hello,

PEP 692 is posted. It proposes to use TypedDicts to type **kwargs that consist of different types. This feature has gained a lot of interest from the community (https://github.com/python/mypy/issues/4441). The PEP also proposes a grammar change and a new dunder __unpack__.

Here is the link to the PEP itself - https://peps.python.org/pep-0692/
And the discussion on discuss.python.org - https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314

Please share your comments, thoughts and feedback!

Franek
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/PLCNW2XR4OOKAKHEZQM7R2AYVYUXPZGW/
Code of Conduct: http://python.org/psf/codeofconduct/