[Python-checkins] r62137 - peps/trunk/pep-0101.txt peps/trunk/pep-0361.txt

barry.warsaw python-checkins at python.org
Fri Apr 4 03:19:33 CEST 2008


Author: barry.warsaw
Date: Fri Apr  4 03:19:32 2008
New Revision: 62137

Modified:
   peps/trunk/pep-0101.txt
   peps/trunk/pep-0361.txt
Log:
Update for 2.6a2 and 3.0a4 releases.


Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt	(original)
+++ peps/trunk/pep-0101.txt	Fri Apr  4 03:19:32 2008
@@ -54,14 +54,12 @@
     streamlined procedures used to release Python 2.6 (including the
     alphas and betas).
 
-    We recommend that you use the welease tool, from
+    We recommend that you use the release tool, from
 
-    http://svn.python.org/projects/sandbox/trunk/welease/
+    http://svn.python.org/projects/sandbox/trunk/release/
 
-    It helps verifying that certain (not yet all) mechanic editing
-    has not been forgotten, and invokes svn and tar commands
-    automatically. This guide will indicate which steps are supported
-    by welease.
+    This helps by performing several automatic editing steps, and guides you
+    to perform some manual editing steps.
 
   ___ Impose a check-in freeze.  Send a message to
       python-dev at python.org telling people not to make any check-ins

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Fri Apr  4 03:19:32 2008
@@ -52,7 +52,7 @@
     unfolds.  The minimal schedule is:
 
         Feb 29 2008: Python 2.6a1 and 3.0a3 are released
-        Apr 02 2008: Python 2.6a2 and 3.0a4 planned
+        Apr 02 2008: Python 2.6a2 and 3.0a4 are released
         May 07 2008: Python 2.6a3 and 3.0a5 planned
         Jun 04 2008: Python 2.6b1 and 3.0b1 planned
         Jul 02 2008: Python 2.6b2 and 3.0b2 planned


More information about the Python-checkins mailing list