PEP 485 has been accepted, so it goes in the list for Python 3.5.

This commit is contained in:
Larry Hastings 2015-03-04 10:52:44 -08:00
parent 4a419e4431
commit d2ed46e511
1 changed files with 1 additions and 0 deletions

View File

@ -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: