Update pep-0492 (status: final) & pep-0478.
This commit is contained in:
parent
b10d7c650e
commit
63afe34273
|
@ -65,11 +65,11 @@ Implemented / Final PEPs:
|
||||||
* PEP 448, additional unpacking generalizations
|
* PEP 448, additional unpacking generalizations
|
||||||
* PEP 486, make the Python Launcher aware of virtual environments
|
* PEP 486, make the Python Launcher aware of virtual environments
|
||||||
* PEP 475, retrying system calls that fail with EINTR
|
* PEP 475, retrying system calls that fail with EINTR
|
||||||
|
* PEP 492, coroutines with async and await syntax
|
||||||
|
|
||||||
Accepted PEPs:
|
Accepted PEPs:
|
||||||
|
|
||||||
* PEP 485, math.isclose(), a function for testing approximate equality
|
* PEP 485, math.isclose(), a function for testing approximate equality
|
||||||
* PEP 492, coroutines with async and await syntax
|
|
||||||
|
|
||||||
Proposed changes for 3.5:
|
Proposed changes for 3.5:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Yury Selivanov <yselivanov@sprymix.com>
|
Author: Yury Selivanov <yselivanov@sprymix.com>
|
||||||
Discussions-To: <python-dev@python.org>
|
Discussions-To: <python-dev@python.org>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 09-Apr-2015
|
Created: 09-Apr-2015
|
||||||
|
|
Loading…
Reference in New Issue