From 140897f2d513b894e633365cc0fbff29378209c7 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 10 Dec 2023 13:22:42 +0200 Subject: [PATCH 1/2] PEP 647: Mark as Final --- peps/pep-0647.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/peps/pep-0647.rst b/peps/pep-0647.rst index 593372ab354..0737c3ff389 100644 --- a/peps/pep-0647.rst +++ b/peps/pep-0647.rst @@ -1,19 +1,17 @@ PEP: 647 Title: User-Defined Type Guards -Version: $Revision$ -Last-Modified: $Date$ Author: Eric Traut Sponsor: Guido van Rossum Discussions-To: typing-sig@python.org Status: Accepted Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 07-Oct-2020 Python-Version: 3.10 Post-History: 28-Dec-2020, 09-Apr-2021 Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/2ME6F6YUVKHOQYKSHTVQQU5WD4CVAZU4/ +.. canonical-doc:: :external+python:data:`typing.TypeGuard` Abstract ======== From 0f5b924835519dd621cc461657fda9d4ab633ded Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:25:59 +0200 Subject: [PATCH 2/2] PEP 647: Mark as Final and link to typing spec --- peps/pep-0647.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0647.rst b/peps/pep-0647.rst index 0737c3ff389..fdf21a8a00f 100644 --- a/peps/pep-0647.rst +++ b/peps/pep-0647.rst @@ -11,7 +11,7 @@ Python-Version: 3.10 Post-History: 28-Dec-2020, 09-Apr-2021 Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/2ME6F6YUVKHOQYKSHTVQQU5WD4CVAZU4/ -.. canonical-doc:: :external+python:data:`typing.TypeGuard` +.. canonical-typing-spec:: :ref:`typing:typeguard` Abstract ========