Reject PEP 439

This commit is contained in:
Nick Coghlan 2013-08-30 23:20:37 +10:00
parent 50d7f5d693
commit c02c7f2145
1 changed files with 10 additions and 2 deletions

View File

@ -1,16 +1,17 @@
PEP: 439 PEP: 439
Title: Inclusion of pip bootstrap in Python installation Title: Inclusion of implicit pip bootstrap in Python installation
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Richard Jones <richard@python.org> Author: Richard Jones <richard@python.org>
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com> BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
Discussions-To: <distutils-sig@python.org> Discussions-To: <distutils-sig@python.org>
Status: Draft Status: Rejected
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 18-Mar-2013 Created: 18-Mar-2013
Python-Version: 3.4 Python-Version: 3.4
Post-History: 19-Mar-2013 Post-History: 19-Mar-2013
Resolution: http://mail.python.org/pipermail/distutils-sig/2013-August/022527.html
Abstract Abstract
@ -26,6 +27,13 @@ management or installation mechanisms beyond those provided by PEP
427 ("The Wheel Binary Package Format 1.0") and TODO distlib PEP. 427 ("The Wheel Binary Package Format 1.0") and TODO distlib PEP.
PEP Rejection
=============
This PEP has been rejected in favour of a more explicit mechanism that
should achieve the same end result in a more reliable fashion. The more
explicit bootstrapping mechanism is described in PEP 453.
Rationale Rationale
========= =========