From 4265fca7f282bda16f5cb94f658ee7694765a3cb Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 11 Aug 2026 08:33:17 -0700 Subject: [PATCH 1/2] PEP 844: update Post-History and Discussions-To --- peps/pep-0844.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0844.rst b/peps/pep-0844.rst index dc6c685c1d7..fba9efff191 100644 --- a/peps/pep-0844.rst +++ b/peps/pep-0844.rst @@ -1,12 +1,12 @@ PEP: 844 Title: ``public`` and ``private`` builtins Author: Barry Warsaw -Discussions-To: Pending +Discussions-To: https://discuss.python.org/t/pep-844-public-and-private-builtins/108515 Status: Draft Type: Standards Track Created: 05-Aug-2026 Python-Version: 3.16 -Post-History: Pending +Post-History: `2026-Aug-11 `__ Abstract From b8baa53199df7d59fd55a84059d193682948a640 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 11 Aug 2026 08:36:15 -0700 Subject: [PATCH 2/2] Fix date format --- peps/pep-0844.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0844.rst b/peps/pep-0844.rst index fba9efff191..6794a43751a 100644 --- a/peps/pep-0844.rst +++ b/peps/pep-0844.rst @@ -6,7 +6,7 @@ Status: Draft Type: Standards Track Created: 05-Aug-2026 Python-Version: 3.16 -Post-History: `2026-Aug-11 `__ +Post-History: `11-Aug-2026 `__ Abstract