[Python-checkins] peps: Reject PEP 439

nick.coghlan python-checkins at python.org
Fri Aug 30 15:20:49 CEST 2013


http://hg.python.org/peps/rev/c6b8eae33b69
changeset:   5085:c6b8eae33b69
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Aug 30 23:20:37 2013 +1000
summary:
  Reject PEP 439

files:
  pep-0439.txt |  12 ++++++++++--
  1 files changed, 10 insertions(+), 2 deletions(-)


diff --git a/pep-0439.txt b/pep-0439.txt
--- a/pep-0439.txt
+++ b/pep-0439.txt
@@ -1,16 +1,17 @@
 PEP: 439
-Title: Inclusion of pip bootstrap in Python installation
+Title: Inclusion of implicit pip bootstrap in Python installation
 Version: $Revision$
 Last-Modified: $Date$
 Author: Richard Jones <richard at python.org>
 BDFL-Delegate:  Nick Coghlan <ncoghlan at gmail.com>
 Discussions-To: <distutils-sig at python.org>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 18-Mar-2013
 Python-Version: 3.4
 Post-History: 19-Mar-2013
+Resolution: http://mail.python.org/pipermail/distutils-sig/2013-August/022527.html
 
 
 Abstract
@@ -26,6 +27,13 @@
 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
 =========
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list