PEP 692: Mark as Final (#3679)
This commit is contained in:
parent
3e06783c66
commit
3f0332f992
|
@ -3,10 +3,9 @@ Title: Using TypedDict for more precise \*\*kwargs typing
|
||||||
Author: Franek Magiera <framagie@gmail.com>
|
Author: Franek Magiera <framagie@gmail.com>
|
||||||
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
|
Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 29-May-2022
|
Created: 29-May-2022
|
||||||
Python-Version: 3.12
|
Python-Version: 3.12
|
||||||
Post-History: `29-May-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/>`__,
|
Post-History: `29-May-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/>`__,
|
||||||
|
@ -14,6 +13,7 @@ Post-History: `29-May-2022 <https://mail.python.org/archives/list/typing-sig@pyt
|
||||||
`12-Jul-2022 <https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314>`__,
|
`12-Jul-2022 <https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314>`__,
|
||||||
Resolution: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314/81
|
Resolution: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314/81
|
||||||
|
|
||||||
|
.. canonical-typing-spec:: :ref:`typing:unpack-kwargs`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue