Mark PEP648 are rejected (#2235)
This commit is contained in:
parent
bb0bf67c26
commit
961bdece5e
|
@ -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
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue