Withdraw my faster stdlib updates PEP
This commit is contained in:
parent
1838220d00
commit
9837a3b786
19
pep-0413.txt
19
pep-0413.txt
|
@ -3,7 +3,7 @@ Title: Faster evolution of the Python Standard Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Status: Deferred
|
Status: Withdrawn
|
||||||
Type: Process
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 2012-02-24
|
Created: 2012-02-24
|
||||||
|
@ -11,6 +11,23 @@ Post-History: 2012-02-24, 2012-02-25
|
||||||
Resolution: TBD
|
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
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue