PEP 692: Mark as accepted (#3022)
This commit is contained in:
parent
ba0d2a3ffd
commit
3eb648d9b4
|
@ -3,7 +3,7 @@ Title: Using TypedDict for more precise \*\*kwargs typing
|
|||
Author: Franek Magiera <framagie@gmail.com>
|
||||
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||
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 <https://mail.python.org/archives/list/typing-sig@python.org/thread/U42MJE6QZYWPVIFHJIGIT7OE52ZGIQV3/>`__,
|
||||
`12-Jul-2022 <https://mail.python.org/archives/list/python-dev@python.org/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
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
Loading…
Reference in New Issue