diff --git a/pep-0692.rst b/pep-0692.rst index 7d403f7fc..bc6a6d8ef 100644 --- a/pep-0692.rst +++ b/pep-0692.rst @@ -3,7 +3,7 @@ Title: Using TypedDict for more precise \*\*kwargs typing Author: Franek Magiera Sponsor: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314 -Status: Draft +Status: Accepted Type: Standards Track Topic: Typing Content-Type: text/x-rst @@ -12,6 +12,7 @@ Python-Version: 3.12 Post-History: `29-May-2022 `__, `12-Jul-2022 `__, `12-Jul-2022 `__, +Resolution: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314/81 Abstract