From c92f1163b908b25d628ff33c8077558d54bb4a25 Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Thu, 17 Sep 2026 21:51:11 +0200 Subject: [PATCH 1/2] PEP 845: add link to discussion thread --- peps/pep-0845.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0845.rst b/peps/pep-0845.rst index 198bd4ca926..609c71b13dd 100644 --- a/peps/pep-0845.rst +++ b/peps/pep-0845.rst @@ -2,7 +2,7 @@ PEP: 845 Title: Leading-Dot Value Patterns Author: Thomas Kehrenberg , Marc Mueller Sponsor: Ethan Furman -Discussions-To: Pending +Discussions-To: https://discuss.python.org/t/pep-845-leading-dot-value-patterns/109100 Status: Draft Type: Standards Track Created: 25-Aug-2026 From 2b5547c5317573e4cbbbee2fee849fb8a0546d5b Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Thu, 17 Sep 2026 22:03:55 +0200 Subject: [PATCH 2/2] Add Post-History section to PEP 845 --- peps/pep-0845.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0845.rst b/peps/pep-0845.rst index 609c71b13dd..c57ddedd089 100644 --- a/peps/pep-0845.rst +++ b/peps/pep-0845.rst @@ -7,6 +7,7 @@ Status: Draft Type: Standards Track Created: 25-Aug-2026 Python-Version: 3.16 +Post-History: `17-Sep-2026 `__ Abstract