PEP 485 has been accepted, so it goes in the list for Python 3.5.
This commit is contained in:
parent
4a419e4431
commit
d2ed46e511
|
@ -66,6 +66,7 @@ Accepted PEPs:
|
|||
* PEP 448, additional unpacking generalizations
|
||||
* PEP 471, os.scandir()
|
||||
* PEP 475, retrying system calls that fail with EINTR
|
||||
* PEP 485, math.isclose(), a function for testing approximate equality
|
||||
* PEP 486, make the Python Launcher aware of virtual environments
|
||||
|
||||
Proposed changes for 3.5:
|
||||
|
|
Loading…
Reference in New Issue