[Python-checkins] r77154 - in peps/trunk: pep-0392.txt pep-3003.txt

georg.brandl python-checkins at python.org
Wed Dec 30 19:59:49 CET 2009


Author: georg.brandl
Date: Wed Dec 30 19:59:48 2009
New Revision: 77154

Log:
Add PEP 392, Python 3.2 Release Schedule.

Added:
   peps/trunk/pep-0392.txt   (contents, props changed)
Modified:
   peps/trunk/pep-3003.txt

Added: peps/trunk/pep-0392.txt
==============================================================================
--- (empty file)
+++ peps/trunk/pep-0392.txt	Wed Dec 30 19:59:48 2009
@@ -0,0 +1,87 @@
+PEP: 375
+Title: Python 3.2 Release Schedule
+Version: $Revision $
+Last-Modified: $Date $
+Author: Georg Brandl <georg at python.org>
+Status: Active
+Type: Informational
+Content-Type: text/x-rst
+Created: 30-Dec-2009
+Python-Version: 3.2
+
+
+Abstract
+========
+
+This document describes the development and release schedule for
+Python 3.2.  The schedule primarily concerns itself with PEP-sized
+items.  Small features may be added up to and including the first beta
+release.  Bugs may be fixed until the final release.
+
+
+Release Manager and Crew
+========================
+
+======================= ==================
+Position                Name
+======================= ==================
+3.2 Release Manager     Georg Brandl
+Windows installers      Martin v. Loewis
+Mac installers          Ronald Oussoren
+======================= ==================
+
+
+Release Schedule
+================
+
+The current schedule is:
+
+- 3.2 alpha 1: June 26, 2010
+- 3.2 alpha 2: July 24, 2010
+- 3.2 alpha 3: August 21, 2010
+- 3.2 beta 1: September 18, 2010
+
+(No new features beyond this point.)
+
+- 3.2 beta 2: October 16, 2010
+- 3.2 candidate 1: November 13, 2010
+- 3.2 candidate 2: November 27, 2010
+- 3.2 final: December 11, 2010
+
+Every release day listed here is a Saturday; the actual availability
+of the release for download on python.org will depend on the schedules
+of the crew.
+
+
+Features for 3.2
+================
+
+Note that PEP 3003 [#pep3003]_ is in effect: no changes to language
+syntax and no additions to the builtins may be made.
+
+No large-scale changes have been recorded yet.
+
+
+References
+==========
+
+.. [#pep3003]
+   http://www.python.org/dev/peps/pep-3003/
+
+
+
+Copyright
+=========
+
+This document has been placed in the public domain.
+
+
+
+..
+  Local Variables:
+  mode: indented-text
+  indent-tabs-mode: nil
+  sentence-end-double-space: t
+  fill-column: 70
+  coding: utf-8
+  End:

Modified: peps/trunk/pep-3003.txt
==============================================================================
--- peps/trunk/pep-3003.txt	(original)
+++ peps/trunk/pep-3003.txt	Wed Dec 30 19:59:48 2009
@@ -129,11 +129,11 @@
 Retroactive
 ===========
 
-It is important to note that the moratorium covers all changes since the
-release of Python 3.1. This rule is intended to avoid features being rushed or
-smuggled into the CPython source tree while the moratorium is being discussed.
-A review of the NEWS file for the py3k development branch showed no
-commits would need to be rolled back in order to meet this goal.
+It is important to note that the moratorium covers all changes since the release
+of Python 3.1. This rule is intended to avoid features being rushed or smuggled
+into the CPython source tree while the moratorium is being discussed.  A review
+of the NEWS file for the py3k development branch showed no commits would need to
+be rolled back in order to meet this goal.
 
 
 Extensions
@@ -154,7 +154,7 @@
 .. [2] http://www.jython.org/
 .. [3] http://www.codeplex.com/IronPython
 .. [4] http://codespeak.net/pypy/
-.. [5] http://code.google.com/p/unladen-swallow/ 
+.. [5] http://code.google.com/p/unladen-swallow/
 
 
 ..


More information about the Python-checkins mailing list