pep-0475: Mark as Final.
This commit is contained in:
parent
f2399fc422
commit
b10d7c650e
10
pep-0475.txt
10
pep-0475.txt
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Charles-François Natali <cf.natali@gmail.com>, Victor Stinner <victor.stinner@gmail.com>
|
Author: Charles-François Natali <cf.natali@gmail.com>, Victor Stinner <victor.stinner@gmail.com>
|
||||||
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
BDFL-Delegate: Antoine Pitrou <solipsis@pitrou.net>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 29-July-2014
|
Created: 29-July-2014
|
||||||
|
@ -462,6 +462,14 @@ Closed issues:
|
||||||
<http://bugs.python.org/issue753733>`_
|
<http://bugs.python.org/issue753733>`_
|
||||||
|
|
||||||
|
|
||||||
|
Implementation
|
||||||
|
==============
|
||||||
|
|
||||||
|
The implementation is tracked in `issue 23285
|
||||||
|
<http://bugs.python.org/issue23285>`_. It was committed on
|
||||||
|
February 07, 2015.
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
|
@ -64,10 +64,10 @@ Implemented / Final PEPs:
|
||||||
* PEP 441, improved Python zip application support
|
* PEP 441, improved Python zip application support
|
||||||
* 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
|
||||||
|
|
||||||
Accepted PEPs:
|
Accepted PEPs:
|
||||||
|
|
||||||
* PEP 475, retrying system calls that fail with EINTR
|
|
||||||
* 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
|
* PEP 492, coroutines with async and await syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue