From f7511d9a52367f350a753972487386bb5b4a74cc Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 17 Aug 2025 08:54:19 -0700 Subject: [PATCH 1/4] Mark PEP 750 as Final --- peps/pep-0750.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index 4159cb4b432..211397a2f52 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -7,7 +7,7 @@ Author: Jim Baker , Lysandros Nikolaou , Dave Peck Discussions-To: https://discuss.python.org/t/71594 -Status: Accepted +Status: Final Type: Standards Track Created: 08-Jul-2024 Python-Version: 3.14 @@ -17,6 +17,8 @@ Post-History: `09-Aug-2024 `__, `18-Nov-2024 `__, Resolution: `10-Apr-2025 `__ +.. canonical-doc: ref:`python:template-strings` + Abstract ======== From 55aaf7a0245e8b107e0e4ffcf9daf4116dcb5c68 Mon Sep 17 00:00:00 2001 From: Dave Peck Date: Sun, 17 Aug 2025 09:00:20 -0700 Subject: [PATCH 2/4] Update peps/pep-0750.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0750.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index 211397a2f52..c64b96212a4 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -17,7 +17,8 @@ Post-History: `09-Aug-2024 `__, `18-Nov-2024 `__, Resolution: `10-Apr-2025 `__ -.. canonical-doc: ref:`python:template-strings` +.. canonical-doc:: ref:`python:template-strings` + Abstract ======== From 808cf4e1832cdc32ac255a11c9a0565327e51671 Mon Sep 17 00:00:00 2001 From: Dave Peck Date: Sun, 17 Aug 2025 09:01:57 -0700 Subject: [PATCH 3/4] Update peps/pep-0750.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0750.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index c64b96212a4..13f2099e4b9 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -17,7 +17,7 @@ Post-History: `09-Aug-2024 `__, `18-Nov-2024 `__, Resolution: `10-Apr-2025 `__ -.. canonical-doc:: ref:`python:template-strings` +.. canonical-doc:: ref:`py3.14:template-strings` Abstract From 6220271f7eda042a26d2fd075a0d08b4012d1e7c Mon Sep 17 00:00:00 2001 From: Dave Peck Date: Sun, 17 Aug 2025 09:04:31 -0700 Subject: [PATCH 4/4] Update peps/pep-0750.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0750.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index 13f2099e4b9..9ed4edc7fc7 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -17,7 +17,7 @@ Post-History: `09-Aug-2024 `__, `18-Nov-2024 `__, Resolution: `10-Apr-2025 `__ -.. canonical-doc:: ref:`py3.14:template-strings` +.. canonical-doc:: :ref:`py3.14:template-strings` Abstract