[Python-checkins] python/nondist/peps pep-0000.txt, 1.294, 1.295 pep-0320.txt, 1.20, 1.21

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Nov 30 14:44:11 CET 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12639

Modified Files:
	pep-0000.txt pep-0320.txt 
Log Message:
pep 320 is finished. someone else can create the 2.5 release schedule pep

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- pep-0000.txt	3 Nov 2004 16:58:30 -0000	1.294
+++ pep-0000.txt	30 Nov 2004 13:44:08 -0000	1.295
@@ -57,7 +57,6 @@
  I   290  Code Migration and Modernization             Hettinger
  I   291  Backward Compatibility for Standard Library  Norwitz
  I   306  How to Change Python's Grammar               Hudson
- I   320  Python 2.4 Release Schedule                  Warsaw
  I   333  Python Web Server Gateway Interface v1.0     Eby
  I  3000  Python 3.0 Plans                             Kuchling, Cannon
 
@@ -170,6 +169,7 @@
  SF  305  CSV File API                                 Montanaro, et al
  SF  307  Extensions to the pickle protocol            GvR, Peters
  SF  311  Simplified GIL Acquisition for Extensions    Hammond
+ IF  320  Python 2.4 Release Schedule                  Warsaw, et al
  SF  322  Reverse Iteration                            Hettinger
  SF  327  Decimal Data Type                            Batista
 
@@ -351,7 +351,7 @@
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SA  318  Decorators for Functions and Methods         Smith, et al
  S   319  Python Synchronize/Asynchronize Block        Pelletier
- I   320  Python 2.4 Release Schedule                  Warsaw
+ IF  320  Python 2.4 Release Schedule                  Warsaw, et al
  S   321  Date/Time Parsing and Formatting             Kuchling
  SF  322  Reverse Iteration                            Hettinger
  S   323  Copyable Iterators                           Martelli

Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- pep-0320.txt	4 Nov 2004 03:20:23 -0000	1.20
+++ pep-0320.txt	30 Nov 2004 13:44:08 -0000	1.21
@@ -2,11 +2,11 @@
 Title: Python 2.4 Release Schedule
 Version: $Revision$
 Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter
-Status: Incomplete
+Status: Final
 Type: Informational
 Created: 29-Jul-2003
 Python-Version: 2.4
-Post-History:
+Post-History: 1-Dec-2004
 
 Abstract
 
@@ -16,7 +16,7 @@
     beta release.  Bugs may be fixed until the final release.
 
     There will be at least two alpha releases, two beta releases, and
-    one release candidate.  The release date is not yet fixed.
+    one release candidate.  The release date was 30th November, 2004.
 
 Release Manager
 
@@ -37,9 +37,9 @@
 
     November 3: beta 2 [completed]
 
-    November 18: release candidate 1 [scheduled]
+    November 18: release candidate 1 [completed]
 
-    November 30: final [scheduled]
+    November 30: final [completed]
 
 Completed features for 2.4
 



More information about the Python-checkins mailing list