[Python-checkins] peps: Updated 3.5 release schedule and features.

larry.hastings python-checkins at python.org
Mon Mar 9 10:43:39 CET 2015


https://hg.python.org/peps/rev/b021806bcb43
changeset:   5724:b021806bcb43
user:        Larry Hastings <larry at hastings.org>
date:        Mon Mar 09 02:43:35 2015 -0700
summary:
  Updated 3.5 release schedule and features.

files:
  pep-0478.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -37,7 +37,7 @@
 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 @@
 
 * 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

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list