PEP 696, 705: Mark as Accepted (#3699)
This commit is contained in:
parent
2df99f332c
commit
a8d040aceb
|
@ -3,14 +3,15 @@ Title: Type Defaults for Type Parameters
|
|||
Author: James Hilton-Balfe <gobot1234yt@gmail.com>
|
||||
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||
Discussions-To: https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
Created: 14-Jul-2022
|
||||
Python-Version: 3.12
|
||||
Python-Version: 3.13
|
||||
Post-History: `22-Mar-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/7VWBZWXTCX6RAJO6GG67BAXUPFZ24NTC/>`__,
|
||||
`08-Jan-2023 <https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569/>`__,
|
||||
Resolution: https://discuss.python.org/t/pep-696-type-defaults-for-typevarlikes/22569/34
|
||||
|
||||
Abstract
|
||||
--------
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: TypedDict: Read-only items
|
|||
Author: Alice Purcell <alicederyn@gmail.com>
|
||||
Sponsor: Pablo Galindo <pablogsal@gmail.com>
|
||||
Discussions-To: https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
|
@ -14,6 +14,7 @@ Post-History: `30-Sep-2022 <https://mail.python.org/archives/list/typing-sig@pyt
|
|||
`14-Mar-2023 <https://discuss.python.org/t/pep-705-typedmapping/24827>`__,
|
||||
`17-Oct-2023 <https://discuss.python.org/t/pep-705-typeddict-read-only-and-other-keys/36457>`__,
|
||||
`04-Nov-2023 <https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867>`__,
|
||||
Resolution: https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867/39
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
Loading…
Reference in New Issue