[Python-checkins] r43340 - peps/trunk/pep-0356.txt

anthony.baxter python-checkins at python.org
Mon Mar 27 10:43:16 CEST 2006


Author: anthony.baxter
Date: Mon Mar 27 10:43:16 2006
New Revision: 43340

Modified:
   peps/trunk/pep-0356.txt
Log:
updates. note that feature freeze is as of beta1, not alpha2.


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Mar 27 10:43:16 2006
@@ -27,13 +27,19 @@
     to assist Anthony as Release Manager.
 
     Martin von Loewis is building the Windows installers,
-    Fred Drake the doc packages, and
+    Ronald Oussoren is building the Mac installers,
+    Fred Drake the doc packages and
     Sean Reifschneider the RPMs.
 
 
 Release Schedule
 
-    alpha 1: April 1, 2006 [planned]
+
+    Note that this schedule is completely tentative. The number of alphas,
+    betas and release candidates will be determined as the release process
+    unfolds.
+
+    alpha 1: March 30, 2006 [planned]
     alpha 2: April 29, 2006 [planned]
     alpha 3: May 27, 2006 [planned]
     beta 1:  June 24, 2006 [planned]
@@ -83,10 +89,9 @@
     - Add msilib module for creating MSI files and bdist_msi in distutils.
       There are no docs yet.
 
-
 Planned features for 2.5
 
-    Each feature below should implemented prior to alpha2 or
+    Each feature below should implemented prior to beta1 or
     will require BDFL approval for inclusion in 2.5.
 
     - SyntaxWarnings for the following proposed keywords:
@@ -117,6 +122,8 @@
 
       - pure python pgen module
 
+      - Support for building "fat" Mac binaries (Intel and PPC)
+
 
 Deferred until 2.6:
 


More information about the Python-checkins mailing list