[Python-checkins] peps: The final update to PEP 429, the Python 3.4 release schedule. (I think!)

larry.hastings python-checkins at python.org
Mon Mar 17 18:30:53 CET 2014


http://hg.python.org/peps/rev/8a6a61241046
changeset:   5413:8a6a61241046
user:        Larry Hastings <larry at hastings.org>
date:        Mon Mar 17 10:30:52 2014 -0700
summary:
  The final update to PEP 429, the Python 3.4 release schedule.  (I think!)

files:
  pep-0429.txt |  21 ++-------------------
  1 files changed, 2 insertions(+), 19 deletions(-)


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -34,7 +34,7 @@
 Release Schedule
 ================
 
-The releases so far:
+The releases:
 
 - 3.4.0 alpha 1: August 3, 2013
 - 3.4.0 alpha 2: September 9, 2013
@@ -45,27 +45,10 @@
 - 3.4.0 beta 3: January 26, 2014
 - 3.4.0 candidate 1: February 10, 2014
 - 3.4.0 candidate 2: February 23, 2014
-
-(Beta 1 is also "feature freeze"--no new features beyond this point.)
-
-The anticipated schedule for future releases:
-
 - 3.4.0 candidate 3: March 9, 2014
 - 3.4.0 final: March 16, 2014
 
-.. don't forget to update final date above as well
-
-These are the days we expect to release the software;
-Python core developers should note that the revision
-used for the release will generally be "tagged" the day
-before.  However the actual availability of the release
-for download on python.org depends on the schedules of
-the crew and the existence of any release-blocking issues.
-
-Since posting the original schedule, we've added "beta 3" and slipped
-the subsequent releases by three weeks.  This is because of last-minute
-changes due to adoption of "Argument Clinic".  The extra beta will
-give these changes extra time to mature.
+(Beta 1 was also "feature freeze"--no new features beyond this point.)
 
 
 

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


More information about the Python-checkins mailing list