From 3eb648d9b4ad7babbdfa7bc7c94ed97b00a14b56 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 21 Feb 2023 23:35:45 -0800 Subject: [PATCH] PEP 692: Mark as accepted (#3022) --- pep-0692.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0692.rst b/pep-0692.rst index 7d403f7fc7e..bc6a6d8ef43 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