From 961bdece5edebf4b8b20a3c19ead6c381aa13735 Mon Sep 17 00:00:00 2001 From: Mario Corchero Date: Thu, 13 Jan 2022 21:46:41 +0100 Subject: [PATCH] Mark PEP648 are rejected (#2235) --- pep-0648.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pep-0648.rst b/pep-0648.rst index a355d99ec..4a6462134 100644 --- a/pep-0648.rst +++ b/pep-0648.rst @@ -4,7 +4,7 @@ Author: Mario Corchero Sponsor: Pablo Galindo BDFL-Delegate: XXXX Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403 -Status: Draft +Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 30-Dec-2020 @@ -17,6 +17,13 @@ Abstract This PEP proposes supporting extensible customization of the interpreter by allowing users to install files that will be executed at startup. +PEP Rejection +============= + +PEP 648 was rejected `by the steering council +`__ +as it has a limited number of use cases and further complicates the startup sequence. + Motivation ==========