Withdraw my faster stdlib updates PEP

This commit is contained in:
Nick Coghlan 2013-12-21 22:57:57 +10:00
parent 1838220d00
commit 9837a3b786
1 changed files with 18 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: Faster evolution of the Python Standard Library
Version: $Revision$
Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan@gmail.com>
Status: Deferred
Status: Withdrawn
Type: Process
Content-Type: text/x-rst
Created: 2012-02-24
@ -11,6 +11,23 @@ Post-History: 2012-02-24, 2012-02-25
Resolution: TBD
PEP Withdrawal
==============
With the acceptance of :pep:`453` meaning that ``pip`` will be available to
most new Python users by default, this will hopefully reduce the pressure
to add new modules to the standard library before they are sufficiently
mature.
The last couple of years have also seen increased usage of the model where
a standard library package also has an equivalent available from the Python
Package Index that also supports older versions of Python.
Given these two developments and the level of engagement throughout the
Python 3.4 release cycle, the PEP author no longer feels it would be
appropriate to make such a fundamental change to the standard library
development process.
Abstract
========