[Python-checkins] r67086 - in peps/trunk: pep-0000.txt pep-0373.txt

benjamin.peterson python-checkins at python.org
Mon Nov 3 20:06:58 CET 2008


Author: benjamin.peterson
Date: Mon Nov  3 20:06:58 2008
New Revision: 67086

Log:
add a skeleton 2.7 release schedule pep

Added:
   peps/trunk/pep-0373.txt   (contents, props changed)
Modified:
   peps/trunk/pep-0000.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon Nov  3 20:06:58 2008
@@ -70,6 +70,7 @@
  IF  356  Python 2.5 Release Schedule                  Norwitz, et al
  I   360  Externally Maintained Packages               Cannon
  I   361  Python 2.6 and 3.0 Release Schedule          Norwitz, et al
+ I   373  Python 2.7 Release Schedule                  Peterson
  I  3100  Python 3.0 Plans                             Cannon
 
  Accepted PEPs (accepted; may not be completely implemented yet)
@@ -478,6 +479,7 @@
  SA  370  Per user site-packages directory             Heimes
  SA  371  Addition of the multiprocessing package      Noller, Oudkerk
  S   372  Adding an ordered dictionary to collections  Ronacher
+ I   373  Python 2.7 Release Schedule                  Peterson
  SR  666  Reject Foolish Indentation                   Creighton
  SR  754  IEEE 754 Floating Point Special Values       Warnes
  P  3000  Python 3000                                  GvR

Added: peps/trunk/pep-0373.txt
==============================================================================
--- (empty file)
+++ peps/trunk/pep-0373.txt	Mon Nov  3 20:06:58 2008
@@ -0,0 +1,67 @@
+PEP: 373
+Title: Python 2.7 Release Schedule
+Version: $Revision$
+Last-Modified: $Date$
+Author: Benjamin Peterson
+Status: Draft
+Type: Informational
+Content-type: text/x-rst
+Created: 3-Nov-2008
+Python-Version: 2.7
+
+
+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.
+
+
+Release Manager and Crew
+========================
+
+=================== ==================
+Position            Name
+=================== ==================
+2.7 Release Manager Benjamin Peterson
+Windows installers  Martin v. Loewis
+Mac installers      Ronald Oussoren
+=================== ==================
+
+
+Release Schedule
+================
+
+Not yet finalized.
+
+
+Possible features for 2.7
+=========================
+
+Nothing here.
+
+
+References
+==========
+
+None yet!
+
+
+
+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:


More information about the Python-checkins mailing list