PEP 681: Mark as Final (#3674)

This commit is contained in:
Hugo van Kemenade 2024-02-16 03:17:07 +02:00 committed by GitHub
parent b9cc1fcc61
commit 248999fc15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,9 @@ Author: Erik De Bonte <erikd at microsoft.com>,
Eric Traut <erictr at microsoft.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/EAALIHA3XEDFDNG2NRXTI3ERFPAD65Z4/
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 02-Dec-2021
Python-Version: 3.11
Post-History: `24-Apr-2021 <https://mail.python.org/archives/list/typing-sig@python.org/thread/TXL5LEHYX5ZJAZPZ7YHZU7MVFXMVUVWL/>`__,
@ -15,6 +14,7 @@ Post-History: `24-Apr-2021 <https://mail.python.org/archives/list/typing-sig@pyt
`22-Feb-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/BW6CB6URC4BCN54QSG2STINU2M7V4TQQ/>`__
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/R4A2IYLGFHKFDYJPSDA5NFJ6N7KRPJ6D/
.. canonical-typing-spec:: :ref:`typing:dataclass-transform`
Abstract
========