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 ========