Skip to content

Commit

Permalink
PEP 692: Mark as Final (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 16, 2024
1 parent 3e06783 commit 3f0332f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0692.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Title: Using TypedDict for more precise \*\*kwargs typing
Author: Franek Magiera <[email protected]>
Sponsor: Jelle Zijlstra <[email protected]>
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 <https://mail.python.org/archives/list/[email protected]/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/>`__,
`12-Jul-2022 <https://mail.python.org/archives/list/[email protected]/thread/PLCNW2XR4OOKAKHEZQM7R2AYVYUXPZGW/>`__,
`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

.. canonical-typing-spec:: :ref:`typing:unpack-kwargs`

Abstract
========
Expand Down

0 comments on commit 3f0332f

Please sign in to comment.