Skip to content

Commit 3f0332f

Browse files
authored
PEP 692: Mark as Final (#3679)
1 parent 3e06783 commit 3f0332f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0692.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ Title: Using TypedDict for more precise \*\*kwargs typing
33
Author: Franek Magiera <[email protected]>
44
Sponsor: Jelle Zijlstra <[email protected]>
55
Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Topic: Typing
9-
Content-Type: text/x-rst
109
Created: 29-May-2022
1110
Python-Version: 3.12
1211
Post-History: `29-May-2022 <https://mail.python.org/archives/list/[email protected]/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/>`__,
1312
`12-Jul-2022 <https://mail.python.org/archives/list/[email protected]/thread/PLCNW2XR4OOKAKHEZQM7R2AYVYUXPZGW/>`__,
1413
`12-Jul-2022 <https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314>`__,
1514
Resolution: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314/81
1615

16+
.. canonical-typing-spec:: :ref:`typing:unpack-kwargs`
1717

1818
Abstract
1919
========

0 commit comments

Comments
 (0)