2009-12-30 18:53:34 -05:00
|
|
|
|
PEP: 392
|
2009-12-30 13:59:48 -05:00
|
|
|
|
Title: Python 3.2 Release Schedule
|
2010-06-20 11:33:04 -04:00
|
|
|
|
Version: $Revision$
|
|
|
|
|
Last-Modified: $Date$
|
2009-12-30 13:59:48 -05:00
|
|
|
|
Author: Georg Brandl <georg@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
|
2009-12-30 14:05:14 -05:00
|
|
|
|
release. Bugs may be fixed until the final release, which is planned
|
2010-07-02 04:51:24 -04:00
|
|
|
|
for January 2011.
|
2009-12-30 13:59:48 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
2009-12-30 14:05:14 -05:00
|
|
|
|
- 3.2 Release Manager: Georg Brandl
|
|
|
|
|
- Windows installers: Martin v. Loewis
|
|
|
|
|
- Mac installers: Ronald Oussoren
|
|
|
|
|
- Documentation: Georg Brandl
|
2009-12-30 13:59:48 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
The current schedule is:
|
|
|
|
|
|
2010-07-30 18:26:54 -04:00
|
|
|
|
- 3.2 alpha 1: August 1, 2010
|
2010-07-02 04:51:24 -04:00
|
|
|
|
- 3.2 alpha 2: September 4, 2010
|
|
|
|
|
- 3.2 alpha 3: October 2, 2010
|
|
|
|
|
- 3.2 beta 1: October 30, 2010
|
2009-12-30 13:59:48 -05:00
|
|
|
|
|
|
|
|
|
(No new features beyond this point.)
|
|
|
|
|
|
2010-07-02 04:51:24 -04:00
|
|
|
|
- 3.2 beta 2: November 27, 2010
|
|
|
|
|
- 3.2 candidate 1: December 11, 2010
|
2010-07-05 12:50:01 -04:00
|
|
|
|
- 3.2 candidate 2: January 1, 2011
|
|
|
|
|
- 3.2 final: January 15, 2011
|
2009-12-30 13:59:48 -05:00
|
|
|
|
|
2009-12-30 14:05:14 -05:00
|
|
|
|
.. don't forget to update final date above as well
|
|
|
|
|
|
2009-12-30 13:59:48 -05:00
|
|
|
|
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:
|