From ba2c552c3028273995ae4500129594c987d68e2c Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 6 Apr 2026 14:57:02 -0700 Subject: [PATCH 1/2] PEP 783: Set status to accepted Accepted per dstufft https://discuss.python.org/t/pep-783-emscripten-packaging/86862/104 --- peps/pep-0783.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0783.rst b/peps/pep-0783.rst index f71692bf21e..0068759bd39 100644 --- a/peps/pep-0783.rst +++ b/peps/pep-0783.rst @@ -3,7 +3,7 @@ Title: Emscripten Packaging Author: Hood Chatham Sponsor: Ɓukasz Langa Discussions-To: https://discuss.python.org/t/86862 -Status: Draft +Status: Accepted Type: Standards Track Topic: Packaging Created: 28-Mar-2025 From fdd70cb40dcd2bb53937a6b803c496f12f80f51c Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 6 Apr 2026 15:18:49 -0700 Subject: [PATCH 2/2] Add resolution header --- peps/pep-0783.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0783.rst b/peps/pep-0783.rst index 0068759bd39..8128937e162 100644 --- a/peps/pep-0783.rst +++ b/peps/pep-0783.rst @@ -9,6 +9,7 @@ Topic: Packaging Created: 28-Mar-2025 Post-History: `02-Apr-2025 `__, `18-Mar-2025 `__, +Resolution: `06-Apr-2026 `__ Abstract ========