Update pep-0492 (status: final) & pep-0478.

This commit is contained in:
Yury Selivanov 2015-05-11 23:34:24 -04:00
parent b10d7c650e
commit 63afe34273
2 changed files with 2 additions and 2 deletions

View File

@ -65,11 +65,11 @@ Implemented / Final PEPs:
* PEP 448, additional unpacking generalizations
* PEP 486, make the Python Launcher aware of virtual environments
* PEP 475, retrying system calls that fail with EINTR
* PEP 492, coroutines with async and await syntax
Accepted PEPs:
* PEP 485, math.isclose(), a function for testing approximate equality
* PEP 492, coroutines with async and await syntax
Proposed changes for 3.5:

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Yury Selivanov <yselivanov@sprymix.com>
Discussions-To: <python-dev@python.org>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 09-Apr-2015