A few more PEP updates - likely more to come once beta 1 is spun.
This commit is contained in:
parent
a2cb375059
commit
d787dbc4ac
|
@ -76,13 +76,10 @@ Implemented / Final PEPs:
|
|||
* PEP 450, basic statistics module for the standard library
|
||||
* PEP 451, a ModuleSpec Type for the Import System
|
||||
* PEP 453, pip bootstrapping/bundling with CPython
|
||||
* PEP 456, secure and interchangeable hash algorithm
|
||||
* PEP 3156, improved asynchronous IO support
|
||||
|
||||
Accepted but not yet implemented/merged:
|
||||
|
||||
* PEP 454, the tracemalloc module for tracing Python memory allocations
|
||||
* PEP 456, secure and interchangeable hash algorithm
|
||||
* PEP 3154, Pickle protocol revision 4
|
||||
* PEP 3156, improved asynchronous IO support
|
||||
|
||||
Other final large-scale changes:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Victor Stinner <victor.stinner@gmail.com>
|
||||
BDFL-Delegate: Charles-François Natali <cf.natali@gmail.com>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 3-September-2013
|
||||
|
|
Loading…
Reference in New Issue