Reject my PEP 546 co-written with Cory Benfield :-(
This commit is contained in:
parent
fb657c73da
commit
281927584b
11
pep-0546.txt
11
pep-0546.txt
|
@ -5,7 +5,7 @@ Last-Modified: $Date$
|
||||||
Author: Victor Stinner <victor.stinner@gmail.com>,
|
Author: Victor Stinner <victor.stinner@gmail.com>,
|
||||||
Cory Benfield <cory@lukasa.co.uk>,
|
Cory Benfield <cory@lukasa.co.uk>,
|
||||||
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
BDFL-Delegate: Benjamin Peterson <benjamin@python.org>
|
||||||
Status: Accepted
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 30-May-2017
|
Created: 30-May-2017
|
||||||
|
@ -21,6 +21,15 @@ Backport the ssl.MemoryBIO and ssl.SSLObject classes from Python 3 to Python
|
||||||
2.7 to enhance the overall security of Python 2.7.
|
2.7 to enhance the overall security of Python 2.7.
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
================
|
||||||
|
|
||||||
|
This PEP is rejected, see `Withdraw PEP 546? Backport ssl.MemoryBIO and
|
||||||
|
ssl.SSLObject to Python 2.7
|
||||||
|
<https://mail.python.org/pipermail/python-dev/2018-May/153760.html>`_
|
||||||
|
discussion for the rationale.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue