PEP 478: 4 PEP have been accepted for python 3.5
This commit is contained in:
parent
1979fba2a0
commit
8ccd6bf3f3
|
@ -62,18 +62,19 @@ Implemented / Final PEPs:
|
|||
|
||||
Accepted PEPs:
|
||||
|
||||
* PEP 441, improved Python zip application support
|
||||
* PEP 448, additional unpacking generalizations
|
||||
* PEP 471, os.scandir()
|
||||
* PEP 475, retrying system calls that fail with EINTR
|
||||
* PEP 486, make the Python Launcher aware of virtual environments
|
||||
|
||||
Proposed changes for 3.5:
|
||||
|
||||
* PEP 431, improved support for time zone databases
|
||||
* PEP 432, simplifying Python's startup sequence
|
||||
* PEP 436, a build tool generating boilerplate for extension modules
|
||||
* PEP 441, improved Python zip application support
|
||||
* PEP 447, support for __locallookup__ metaclass method
|
||||
* PEP 448, additional unpacking generalizations
|
||||
* PEP 455, key transforming dictionary
|
||||
* PEP 475, retrying system calls that fail with EINTR
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue