[Python-checkins] peps: PEP 478: replace "3.4" with "3.5"

victor.stinner python-checkins at python.org
Wed Sep 24 17:03:39 CEST 2014


https://hg.python.org/peps/rev/3fd8a5d108a0
changeset:   5561:3fd8a5d108a0
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Sep 24 17:02:24 2014 +0200
summary:
  PEP 478: replace "3.4" with "3.5"

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -25,7 +25,7 @@
 Release Manager and Crew
 ========================
 
-- 3.4 Release Manager: Larry Hastings
+- 3.5 Release Manager: Larry Hastings
 - Windows installers: Martin v. Löwis
 - Mac installers: Ned Deily / Ronald Oussoren
 - Documentation: Georg Brandl
@@ -36,23 +36,23 @@
 
 The releases:
 
-- 3.4.0 alpha 1: February 1, 2015
-- 3.4.0 alpha 2: March 8, 2015
-- 3.4.0 alpha 3: March 28, 2015
-- 3.4.0 alpha 4: April 19, 2015
-- 3.4.0 beta 1: May 24, 2015
-- 3.4.0 beta 2: July 5, 2015
-- 3.4.0 beta 3: July 26, 2015
-- 3.4.0 candidate 1: August 9, 2015
-- 3.4.0 candidate 2: August 23, 2015
-- 3.4.0 candidate 3: September 6, 2015
-- 3.4.0 final: September 13, 2015
+- 3.5.0 alpha 1: February 1, 2015
+- 3.5.0 alpha 2: March 8, 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
+- 3.5.0 beta 2: July 5, 2015
+- 3.5.0 beta 3: July 26, 2015
+- 3.5.0 candidate 1: August 9, 2015
+- 3.5.0 candidate 2: August 23, 2015
+- 3.5.0 candidate 3: September 6, 2015
+- 3.5.0 final: September 13, 2015
 
 (Beta 1 is also "feature freeze"--no new features beyond this point.)
 
 
 
-Features for 3.4
+Features for 3.5
 ================
 
 Proposed changes for 3.5:

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


More information about the Python-checkins mailing list