From 1b84825c25d477f5118e5a04d9c3f5e5f80dc184 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Fri, 7 Aug 2026 12:55:52 -0400 Subject: [PATCH 1/2] PEP 842: Add new discussion thread --- peps/pep-0842.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/peps/pep-0842.rst b/peps/pep-0842.rst index 6f8c55cfb4e..b9e763be886 100644 --- a/peps/pep-0842.rst +++ b/peps/pep-0842.rst @@ -1,13 +1,14 @@ PEP: 842 Title: Module Exports Author: Peter Bierma -Discussions-To: https://discuss.python.org/t/108353 +Discussions-To: https://discuss.python.org/t/108460 Status: Draft Type: Standards Track Created: 25-Jul-2026 Python-Version: 3.16 Post-History: `24-Jul-2026 `__, - `31-Jul-2026 `__ + `31-Jul-2026 `__, + `07-Aug-2026 `__ Abstract ======== From f0ea2b2c650b48e1d84e617d47c8a4a99c8957e7 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Fri, 7 Aug 2026 12:59:25 -0400 Subject: [PATCH 2/2] Update peps/pep-0842.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0842.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0842.rst b/peps/pep-0842.rst index b9e763be886..927b32a9b4e 100644 --- a/peps/pep-0842.rst +++ b/peps/pep-0842.rst @@ -8,7 +8,7 @@ Created: 25-Jul-2026 Python-Version: 3.16 Post-History: `24-Jul-2026 `__, `31-Jul-2026 `__, - `07-Aug-2026 `__ + `07-Aug-2026 `__, Abstract ========