From 7c9df4754783224294427b7dd7256014ba57de10 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:36:47 +0300 Subject: [PATCH] PEP 702: Mark as Final --- 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 e580ff4fcf4..b7f2f30646e 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 ========