PEP 705: Mark as Final (#3938)
This commit is contained in:
parent
752fb666bd
commit
818bac5d1f
|
@ -3,10 +3,9 @@ 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: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
Created: 07-Nov-2022
|
||||
Python-Version: 3.13
|
||||
Post-History: `30-Sep-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/6FR6RKNUZU4UY6B6RXC2H4IAHKBU3UKV/>`__,
|
||||
|
@ -16,6 +15,8 @@ Post-History: `30-Sep-2022 <https://mail.python.org/archives/list/typing-sig@pyt
|
|||
`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
|
||||
|
||||
.. canonical-typing-spec:: :ref:`typing:readonly` and
|
||||
:external+py3.13:data:`typing.ReadOnly`
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue