Update pep-478.
This commit is contained in:
parent
ff8f094454
commit
0a061a8694
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue