3156 has also been committed.
This commit is contained in:
parent
e66a71839b
commit
81261eafda
|
@ -77,12 +77,12 @@ Implemented / Final PEPs:
|
||||||
* PEP 451, a ModuleSpec Type for the Import System
|
* PEP 451, a ModuleSpec Type for the Import System
|
||||||
* PEP 453, pip bootstrapping/bundling with CPython
|
* PEP 453, pip bootstrapping/bundling with CPython
|
||||||
* PEP 456, secure and interchangeable hash algorithm
|
* PEP 456, secure and interchangeable hash algorithm
|
||||||
|
* PEP 3156, improved asynchronous IO support
|
||||||
|
|
||||||
Accepted but not yet implemented/merged:
|
Accepted but not yet implemented/merged:
|
||||||
|
|
||||||
* PEP 454, the tracemalloc module for tracing Python memory allocations
|
* PEP 454, the tracemalloc module for tracing Python memory allocations
|
||||||
* PEP 3154, Pickle protocol revision 4
|
* PEP 3154, Pickle protocol revision 4
|
||||||
* PEP 3156, improved asynchronous IO support
|
|
||||||
|
|
||||||
Other final large-scale changes:
|
Other final large-scale changes:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Last-Modified: $Date$
|
||||||
Author: Guido van Rossum <guido@python.org>
|
Author: Guido van Rossum <guido@python.org>
|
||||||
BDFL-Delegate: Antoine Pitrou <antoine@python.org>
|
BDFL-Delegate: Antoine Pitrou <antoine@python.org>
|
||||||
Discussions-To: <python-tulip@googlegroups.com>
|
Discussions-To: <python-tulip@googlegroups.com>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 12-Dec-2012
|
Created: 12-Dec-2012
|
||||||
|
|
Loading…
Reference in New Issue