[Python-checkins] r61470 - peps/trunk/pep-0361.txt peps/trunk/pep-3000.txt

barry.warsaw python-checkins at python.org
Tue Mar 18 01:27:00 CET 2008


Author: barry.warsaw
Date: Tue Mar 18 01:27:00 2008
New Revision: 61470

Modified:
   peps/trunk/pep-0361.txt
   peps/trunk/pep-3000.txt
Log:
Fix some links in PEP 361
Refer to PEP 361 for Python 3.0 timeline


Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Tue Mar 18 01:27:00 2008
@@ -248,10 +248,10 @@
    http://www.python.org/dev/peps/pep-3100
 
 .. [#pep3112] PEP 3112 (Bytes literals in Python 3000)
-   http://www.python.org/dev/peps/pep-03112
+   http://www.python.org/dev/peps/pep-3112
 
 .. [#pep3127] PEP 3127 (Integer Literal Support and Syntax)
-   http://www.python.org/dev/peps/pep-03127
+   http://www.python.org/dev/peps/pep-3127
 
 
 Copyright

Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Tue Mar 18 01:27:00 2008
@@ -48,23 +48,11 @@
 Timeline
 ========
 
-Past deadlines:
-
-* April 2007: feature PEPs submitted (except library reform proposals).
-
-Hopeful future deadlines:
-
-* August 2007: release 3.0a1.
-* December 2007: release 3.0a2.
-* Early 2008 (pre-PyCon): release 2.6a1.
-* May 2008 (post-PyCon): full feature freeze for 3.0 and 2.6.
-* July 2008: release 2.6 (final).
-* August 2008: release 3.0 (final).
-
-See PEP 361 for more details on the Python 2.6 release schedule.
+See PEP 361 [#pep361], which contains the release schedule for Python
+2.6 and 3.0.  These versions will be released in lockstep.
 
 Note: standard library development is expected to ramp up after 3.0a1
-is released; it is exempt from the April 2007 PEP deadline.
+is released.
 
 I expect that there will be parallel Python 2.x and 3.x releases for
 some time; the Python 2.x releases will continue for a longer time
@@ -161,6 +149,9 @@
 .. [2] Joel on Software: Things You Should Never Do, Part I
     http://www.joelonsoftware.com/articles/fog0000000069.html
 
+.. [#pep361] PEP 361 (Python 2.6 and 3.0 Release Schedule)
+   http://www.python.org/dev/peps/pep-0361
+
 
 Copyright
 =========


More information about the Python-checkins mailing list