File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ Title: Using TypedDict for more precise \*\*kwargs typing
3
3
Author: Franek Magiera <framagie@gmail.com>
4
4
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
5
5
Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
6
- Status: Accepted
6
+ Status: Final
7
7
Type: Standards Track
8
8
Topic: Typing
9
- Content-Type: text/x-rst
10
9
Created: 29-May-2022
11
10
Python-Version: 3.12
12
11
Post-History: `29-May-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/ >`__,
13
12
`12-Jul-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/PLCNW2XR4OOKAKHEZQM7R2AYVYUXPZGW/ >`__,
14
13
`12-Jul-2022 <https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314 >`__,
15
14
Resolution: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314/81
16
15
16
+ .. canonical-typing-spec :: :ref:`typing:unpack-kwargs`
17
17
18
18
Abstract
19
19
========
You can’t perform that action at this time.
0 commit comments