Mailing List Archive

Presenting PEP 692: Using TypedDict for more precise **kwargs typing
PEP 692 is posted. It proposes to use TypedDict for more precise **kwargs typing, so that **kwargs consisting of arguments of different types can be appropriately typed. It also proposes a grammar change and a new dunder.

Here is a link to the PEP: https://peps.python.org/pep-0692/
And a link to the discuss thread: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
_______________________________________________
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/PUABXWJQ3ARMBH5MRB36KAFLAK3GOBFP/
Code of Conduct: http://python.org/psf/codeofconduct/