From a37fc9795787eda240a4915288ec6facfee1f4f4 Mon Sep 17 00:00:00 2001 From: johnslavik Date: Fri, 18 Sep 2026 20:03:35 +0200 Subject: [PATCH 1/2] Add `Discussions-To` DPO thread link --- peps/pep-0846.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0846.rst b/peps/pep-0846.rst index 4393616b16c..ea2989425fd 100644 --- a/peps/pep-0846.rst +++ b/peps/pep-0846.rst @@ -2,7 +2,7 @@ PEP: 846 Title: Docstrings for Type Aliases Author: Bartosz Sławecki Sponsor: Jelle Zijlstra -Discussions-To: Pending +Discussions-To: https://discuss.python.org/t/pep-846-docstrings-for-type-aliases/109116 Status: Draft Type: Standards Track Topic: Typing From 2478eee4cf26fa0ef60c925eac38734e0df3ff00 Mon Sep 17 00:00:00 2001 From: johnslavik Date: Fri, 18 Sep 2026 21:49:09 +0200 Subject: [PATCH 2/2] Include the link in post history --- peps/pep-0846.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0846.rst b/peps/pep-0846.rst index ea2989425fd..bb0996aef31 100644 --- a/peps/pep-0846.rst +++ b/peps/pep-0846.rst @@ -8,7 +8,8 @@ Type: Standards Track Topic: Typing Created: 06-Sep-2026 Python-Version: 3.16 -Post-History: `06-Sep-2026 `__ +Post-History: `06-Sep-2026 `__, + `18-Sep-2026 `__ Abstract