Mark PEP648 are rejected (#2235)

This commit is contained in:
Mario Corchero 2022-01-13 21:46:41 +01:00 committed by GitHub
parent bb0bf67c26
commit 961bdece5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Author: Mario Corchero <mariocj89@gmail.com>
Sponsor: Pablo Galindo Sponsor: Pablo Galindo
BDFL-Delegate: XXXX BDFL-Delegate: XXXX
Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403 Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403
Status: Draft Status: Rejected
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 30-Dec-2020 Created: 30-Dec-2020
@ -17,6 +17,13 @@ Abstract
This PEP proposes supporting extensible customization of the interpreter by This PEP proposes supporting extensible customization of the interpreter by
allowing users to install files that will be executed at startup. allowing users to install files that will be executed at startup.
PEP Rejection
=============
PEP 648 was rejected `by the steering council
<https://mail.python.org/archives/list/python-dev@python.org/message/UHODNOGISLYUKX2K2JCCBYMZFEWZDSPO/>`__
as it has a limited number of use cases and further complicates the startup sequence.
Motivation Motivation
========== ==========