PEP 620: Withdrawn rather than rejected (#2923)
When the author cancels a PEP, it's Withdrawn. The SC does rejections. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
9de4efd734
commit
aaede30578
14
pep-0620.rst
14
pep-0620.rst
|
@ -1,7 +1,7 @@
|
||||||
PEP: 620
|
PEP: 620
|
||||||
Title: Hide implementation details from the C API
|
Title: Hide implementation details from the C API
|
||||||
Author: Victor Stinner <vstinner@python.org>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
Status: Rejected
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 19-Jun-2020
|
Created: 19-Jun-2020
|
||||||
|
@ -27,13 +27,13 @@ changes are already completed. The `Process to reduce the number of
|
||||||
broken C extensions`_ dictates the rhythm.
|
broken C extensions`_ dictates the rhythm.
|
||||||
|
|
||||||
|
|
||||||
PEP rejected
|
PEP withdrawn
|
||||||
============
|
=============
|
||||||
|
|
||||||
PEP rejected by its author since the scope is too broad and the work is
|
This PEP was withdrawn by its author since the scope is too broad and the work is
|
||||||
distributed on multiple Python versions which makes it difficult to take
|
distributed over multiple Python versions, which makes it difficult to make
|
||||||
a decision on the overall PEP. It was splitted in new PEPs with a more
|
a decision on the overall PEP. It was split into new PEPs with
|
||||||
narrow and better defined scope like :pep:`670`.
|
narrower and better defined scopes, like :pep:`670`.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
|
Loading…
Reference in New Issue