From 8a183a11cb1da364ea3708b5259dbe96b4194080 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:21:32 +0200 Subject: [PATCH] PEP 681: Mark as Final --- peps/pep-0681.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0681.rst b/peps/pep-0681.rst index e1b64b97c7d..8f7450e7062 100644 --- a/peps/pep-0681.rst +++ b/peps/pep-0681.rst @@ -4,10 +4,9 @@ Author: Erik De Bonte , Eric Traut Sponsor: Jelle Zijlstra 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 `__, @@ -15,6 +14,7 @@ Post-History: `24-Apr-2021 `__ Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/R4A2IYLGFHKFDYJPSDA5NFJ6N7KRPJ6D/ +.. canonical-typing-spec:: :ref:`typing:dataclass-transform` Abstract ========