[Python-checkins] peps: PEP 0361: nothing tentative about releases any more ;-).

terry.reedy python-checkins at python.org
Mon Mar 17 22:21:03 CET 2014


http://hg.python.org/peps/rev/6c041ffb70e8
changeset:   5416:6c041ffb70e8
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Mar 17 17:20:46 2014 -0400
summary:
  PEP 0361: nothing tentative about releases any more ;-).

files:
  pep-0361.txt |  48 +++++++++++++++++----------------------
  1 files changed, 21 insertions(+), 27 deletions(-)


diff --git a/pep-0361.txt b/pep-0361.txt
--- a/pep-0361.txt
+++ b/pep-0361.txt
@@ -57,33 +57,27 @@
 
 Release Schedule
 
-    Note that this schedule is completely tentative. The number of alphas,
-    betas and release candidates will be determined as the release process
-    unfolds.  The minimal schedule is:
-
-        Feb 29 2008: Python 2.6a1 and 3.0a3 are released
-        Apr 02 2008: Python 2.6a2 and 3.0a4 are released
-        May 08 2008: Python 2.6a3 and 3.0a5 are released
-        Jun 18 2008: Python 2.6b1 and 3.0b1 are released
-        Jul 17 2008: Python 2.6b2 and 3.0b2 are released
-        Aug 20 2008: Python 2.6b3 and 3.0b3 are released
-        Sep 12 2008: Python 2.6rc1 is released
-        Sep 17 2008: Python 2.6rc2 and 3.0rc1 released
-        Oct 01 2008: Python 2.6 final released
-        Nov 06 2008: Python 3.0rc2 released
-        Nov 21 2008: Python 3.0rc3 released
-        Dec 03 2008: Python 3.0 final released
-        Dec 04 2008: Python 2.6.1 final released
-        Apr 14 2009: Python 2.6.2 final released
-        Oct 02 2009: Python 2.6.3 final released
-        Oct 25 2009: Python 2.6.4 final released
-        Mar 19 2010: Python 2.6.5 final released
-        Aug 24 2010: Python 2.6.6 final released
-        Jun 03 2011: Python 2.6.7 final released (security-only)
-	Apr 10 2012: Python 2.6.8 final released (security-only)
-	Oct 29 2013: Python 2.6.9 final released (security-only)
-
-        See the public `Google calendar`_
+    Feb 29 2008: Python 2.6a1 and 3.0a3 are released
+    Apr 02 2008: Python 2.6a2 and 3.0a4 are released
+    May 08 2008: Python 2.6a3 and 3.0a5 are released
+    Jun 18 2008: Python 2.6b1 and 3.0b1 are released
+    Jul 17 2008: Python 2.6b2 and 3.0b2 are released
+    Aug 20 2008: Python 2.6b3 and 3.0b3 are released
+    Sep 12 2008: Python 2.6rc1 is released
+    Sep 17 2008: Python 2.6rc2 and 3.0rc1 released
+    Oct 01 2008: Python 2.6 final released
+    Nov 06 2008: Python 3.0rc2 released
+    Nov 21 2008: Python 3.0rc3 released
+    Dec 03 2008: Python 3.0 final released
+    Dec 04 2008: Python 2.6.1 final released
+    Apr 14 2009: Python 2.6.2 final released
+    Oct 02 2009: Python 2.6.3 final released
+    Oct 25 2009: Python 2.6.4 final released
+    Mar 19 2010: Python 2.6.5 final released
+    Aug 24 2010: Python 2.6.6 final released
+    Jun 03 2011: Python 2.6.7 final released (security-only)
+    Apr 10 2012: Python 2.6.8 final released (security-only)
+    Oct 29 2013: Python 2.6.9 final released (security-only)
 
 
 Completed features for 3.0

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


More information about the Python-checkins mailing list