From c529e186b3a8018105ab47c823390af78d38bd84 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:59:36 +0300 Subject: [PATCH] PEP 702: Mark as Final (#3940) --- peps/pep-0702.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/peps/pep-0702.rst b/peps/pep-0702.rst index e580ff4fc..b7f2f3064 100644 --- a/peps/pep-0702.rst +++ b/peps/pep-0702.rst @@ -2,16 +2,17 @@ PEP: 702 Title: Marking deprecations using the type system Author: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036 -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 30-Dec-2022 Python-Version: 3.13 Post-History: `01-Jan-2023 `__, `22-Jan-2023 `__ Resolution: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/61 +.. canonical-typing-spec:: :ref:`typing:deprecated` and + :external+py3.13:func:`@warnings.deprecated` Abstract ========