3156 has also been committed.

This commit is contained in:
Barry Warsaw 2013-11-22 12:35:10 -05:00
parent e66a71839b
commit 81261eafda
2 changed files with 2 additions and 2 deletions

View File

@ -77,12 +77,12 @@ Implemented / Final PEPs:
* 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 3154, Pickle protocol revision 4
* PEP 3156, improved asynchronous IO support
Other final large-scale changes:

View File

@ -5,7 +5,7 @@ Last-Modified: $Date$
Author: Guido van Rossum <guido@python.org>
BDFL-Delegate: Antoine Pitrou <antoine@python.org>
Discussions-To: <python-tulip@googlegroups.com>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 12-Dec-2012