[Python-checkins] peps: Un-release schedule for Python 2.8.

barry.warsaw python-checkins at python.org
Wed Nov 9 19:45:56 CET 2011


http://hg.python.org/peps/rev/c832164e7a99
changeset:   3982:c832164e7a99
user:        Barry Warsaw <barry at python.org>
date:        Wed Nov 09 13:45:51 2011 -0500
summary:
  Un-release schedule for Python 2.8.

files:
  pep-0373.txt |   8 ++--
  pep-0405.txt |  64 ++++++++++++++++++++++++++++++++++++++++
  2 files changed, 68 insertions(+), 4 deletions(-)


diff --git a/pep-0373.txt b/pep-0373.txt
--- a/pep-0373.txt
+++ b/pep-0373.txt
@@ -13,10 +13,10 @@
 Abstract
 ========
 
-This document describes the development and release schedule for Python 2.7.
-The schedule primarily concerns itself with PEP-sized items.  Small features may
-be added up to and including the first beta release.  Bugs may be fixed until
-the final release.
+This document describes the development and release schedule for
+Python 2.7.  The schedule primarily concerns itself with PEP-sized
+items.  Small features may be added up to and including the first beta
+release.  Bugs may be fixed until the final release.
 
 
 Release Manager and Crew
diff --git a/pep-0405.txt b/pep-0405.txt
new file mode 100644
--- /dev/null
+++ b/pep-0405.txt
@@ -0,0 +1,64 @@
+PEP: 405
+Title: Python 2.8 Un-release Schedule
+Version: $Revision$
+Last-Modified: $Date$
+Author: Barry Warsaw <barry at python.org>
+Status: Final
+Type: Informational
+Content-Type: text/x-rst
+Created: 2011-11-09
+Python-Version: 2.8
+
+
+Abstract
+========
+
+This document describes the un-development and un-release schedule for Python
+2.8.
+
+
+Un-release Manager and Crew
+===========================
+
+============================ ==================
+Position                     Name
+============================ ==================
+2.8 Un-release Manager       Barry Warsaw
+============================ ==================
+
+
+Un-release Schedule
+===================
+
+The current un-schedule is:
+
+ - 2.8 final Never
+
+
+Official pronouncement
+======================
+
+There will never be an official Python 2.8 release.
+
+
+Upgrade path
+============
+
+The official upgrade path from Python 2.7 is to Python 3.
+
+
+Copyright
+=========
+
+This document has been placed in the public domain.
+
+
+
+..
+  Local Variables:
+  mode: indented-text
+  indent-tabs-mode: nil
+  sentence-end-double-space: t
+  fill-column: 70
+  coding: utf-8
+  End:

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


More information about the Python-checkins mailing list