Updated 3.5 release schedule and features.

This commit is contained in:
Larry Hastings 2015-03-09 02:43:35 -07:00
parent 706b7c43e4
commit ce46615b2d
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Release Schedule
The releases:
- 3.5.0 alpha 1: February 8, 2015
- 3.5.0 alpha 2: March 8, 2015
- 3.5.0 alpha 2: March 9, 2015
- 3.5.0 alpha 3: March 28, 2015
- 3.5.0 alpha 4: April 19, 2015
- 3.5.0 beta 1: May 24, 2015
@ -59,12 +59,12 @@ Implemented / Final PEPs:
* PEP 465, a new matrix multiplication operator
* PEP 461, %-formatting for binary strings
* PEP 471, os.scandir()
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 485, math.isclose(), a function for testing approximate equality
* PEP 486, make the Python Launcher aware of virtual environments