Withdraw PEP 543 and PEP 595 (#1467)
This commit is contained in:
parent
9ea076fbfb
commit
8c42fb4697
10
pep-0543.rst
10
pep-0543.rst
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Cory Benfield <cory@lukasa.co.uk>,
|
Author: Cory Benfield <cory@lukasa.co.uk>,
|
||||||
Christian Heimes <christian@python.org>
|
Christian Heimes <christian@python.org>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 17-Oct-2016
|
Created: 17-Oct-2016
|
||||||
|
@ -23,6 +23,14 @@ standard library, with the goal of reducing the dependence of the Python
|
||||||
ecosystem on OpenSSL.
|
ecosystem on OpenSSL.
|
||||||
|
|
||||||
|
|
||||||
|
Resolution
|
||||||
|
==========
|
||||||
|
|
||||||
|
2020-06-25: With contemporary agreement with one author, and past
|
||||||
|
agreement with another, this PEP is withdrawn due to changes in the
|
||||||
|
APIs of the underlying operating systems.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
12
pep-0595.rst
12
pep-0595.rst
|
@ -2,8 +2,8 @@ PEP: 595
|
||||||
Title: Improving bugs.python.org
|
Title: Improving bugs.python.org
|
||||||
Author: Ezio Melotti <ezio.melotti@gmail.com>, Berker Peksag <berker.peksag@gmail.com>
|
Author: Ezio Melotti <ezio.melotti@gmail.com>, Berker Peksag <berker.peksag@gmail.com>
|
||||||
BDFL-Delegate: Barry Warsaw <barry@python.org>
|
BDFL-Delegate: Barry Warsaw <barry@python.org>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Process
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 12-May-2019
|
Created: 12-May-2019
|
||||||
|
|
||||||
|
@ -17,6 +17,14 @@ discusses why remaining on Roundup should be preferred over
|
||||||
switching to GitHub Issues, as proposed by :pep:`581`.
|
switching to GitHub Issues, as proposed by :pep:`581`.
|
||||||
|
|
||||||
|
|
||||||
|
Resolution
|
||||||
|
==========
|
||||||
|
|
||||||
|
2020-06-25: With the acceptance of PEP 581, the move to GitHub for
|
||||||
|
issues is proceeding, this PEP is being marked as a withdrawn
|
||||||
|
informational PEP.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue