Updates for 3.5 release schedule PEP--different WE, more PEPs.

This commit is contained in:
Larry Hastings 2014-09-24 21:13:07 -07:00
parent 009ca35ac5
commit 35b8145bb8
1 changed files with 11 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Release Manager and Crew
========================
- 3.5 Release Manager: Larry Hastings
- Windows installers: Martin v. Löwis
- Windows installers: Steve Dower
- Mac installers: Ned Deily / Ronald Oussoren
- Documentation: Georg Brandl
@ -55,13 +55,23 @@ The releases:
Features for 3.5
================
Implemented / Final PEPs:
* PEP 461, a new matrix multiplication operator
* PEP 465, %-formatting for binary strings
* PEP 471, os.scandir()
Proposed changes for 3.5:
* PEP 431, improved support for time zone databases
* PEP 432, simplifying Python's startup sequence
* 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 457, a build tool generating boilerplate for extension modules
* PEP 475, retrying system calls that fail with EINTR
Copyright