PEP 478: 4 PEP have been accepted for python 3.5

This commit is contained in:
Victor Stinner 2015-02-27 10:18:27 +01:00
parent 1979fba2a0
commit 8ccd6bf3f3
1 changed files with 4 additions and 3 deletions

View File

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