From 3f0332f992f67f9cf08e73d7f58b0023ac30d5f8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:12:21 +0200 Subject: [PATCH] PEP 692: Mark as Final (#3679) --- peps/pep-0692.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0692.rst b/peps/pep-0692.rst index bb12250eb..7b1f8d0a5 100644 --- a/peps/pep-0692.rst +++ b/peps/pep-0692.rst @@ -3,10 +3,9 @@ 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: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 29-May-2022 Python-Version: 3.12 Post-History: `29-May-2022 `__, @@ -14,6 +13,7 @@ Post-History: `29-May-2022 `__, 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 ========