Update pep-478.

This commit is contained in:
Yury Selivanov 2015-05-09 12:07:27 -04:00
parent ff8f094454
commit 0a061a8694
1 changed files with 3 additions and 3 deletions

View File

@ -61,14 +61,14 @@ Implemented / Final PEPs:
* PEP 461, %-formatting for binary strings
* PEP 471, os.scandir()
* PEP 479, change StopIteration handling inside generators
* PEP 441, improved Python zip application support
* PEP 448, additional unpacking generalizations
* PEP 486, make the Python Launcher aware of virtual environments
Accepted PEPs:
* PEP 441, improved Python zip application support
* PEP 448, additional unpacking generalizations
* 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
* PEP 492, coroutines with async and await syntax
Proposed changes for 3.5: