From 4f1c4f7e060c2203eb09aed1eddba8a3e1f450d6 Mon Sep 17 00:00:00 2001 From: Karolina Surma <33810531+befeleme@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:30:14 +0200 Subject: [PATCH] PEP 639: Mark as Provisional (#3928) --- peps/pep-0639.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/peps/pep-0639.rst b/peps/pep-0639.rst index 46354348c..c25d5904d 100644 --- a/peps/pep-0639.rst +++ b/peps/pep-0639.rst @@ -5,13 +5,24 @@ Author: Philippe Ombredanne , Karolina Surma , PEP-Delegate: Brett Cannon Discussions-To: https://discuss.python.org/t/53020 -Status: Draft +Status: Provisional Type: Standards Track Topic: Packaging Created: 15-Aug-2019 Post-History: `15-Aug-2019 `__, `17-Dec-2021 `__, `10-May-2024 `__, +Resolution: https://discuss.python.org/t/53020/106 + + +Provisional Acceptance +====================== + +This PEP has been **provisionally accepted**, +with the following required conditions before the PEP is made Final: + +1. An implementation of the PEP in two build back-ends. +2. An implementation of the PEP in PyPI. .. _639-abstract: