[Python-checkins] peps: update release schedule

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:19 CET 2011


http://hg.python.org/peps/rev/de87500aee15
changeset:   158:de87500aee15
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Thu Aug 24 21:46:53 2000 +0000
summary:
  update release schedule

files:
  pep-0200.txt |  23 +++++++++++++++--------
  1 files changed, 15 insertions(+), 8 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -17,10 +17,12 @@
 
 
 Tentative Release Schedule
+    [revised 24 Aug 2000]
 
     14-Aug-2000: All 2.0 PEPs finished / feature freeze
-    28-Aug-2000: 2.0 beta 1
-    29-Sep-2000: 2.0 final
+     5-Sep-2000: 2.0 beta 1
+   mid-Sep-2000: beta 2 if necessary
+     6-Oct-2000: 2.0 final
 
 
 Guidelines for submitting patches and making changes
@@ -171,7 +173,7 @@
 
 Open items -- Need to be resolved before 2.0b1 release
 
-    Add popen2 support for Linux -- assigned to /F
+    Add popen2 support for Linux -- Fred Drake
 
     Get all patches out of Open.
 
@@ -199,6 +201,9 @@
 
 Open items -- Need to be resolved before 2.0 final release
 
+    Update Tools/compiler so that it is compatible with list
+    comprehensions, import as, and any other new language features. 
+
     Improve code coverage of test suite.
 
     Decide on a license.
@@ -213,6 +218,13 @@
     "visible progress" indeed!).
 
 
+Open: proposed but not accepted or rejected
+
+    * Problems reported with Tkinter, Tk 8.3.2,axs and Unicode
+
+    * Extended slicing on lists - Michael Hudson
+      Make lists (and other builtin types) handle extended slices.
+
 Open items -- completed/fixed
 
     [20-Aug-2000 tim - done]
@@ -289,11 +301,6 @@
     * Integrated gettext module - Barry Warsaw
       wrapper around standard internationalization libraries
 
-Open: proposed but not accepted or rejected
-
-    * Extended slicing on lists - Michael Hudson
-      Make lists (and other builtin types) handle extended slices.
-
 Postponed
 
     * Eliminated SET_LINENO opcode - Vladimir Marangozov

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


More information about the Python-checkins mailing list