A few more PEP updates - likely more to come once beta 1 is spun.

This commit is contained in:
Barry Warsaw 2013-11-23 19:14:08 -05:00
parent a2cb375059
commit d787dbc4ac
2 changed files with 3 additions and 6 deletions

View File

@ -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:

View File

@ -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