python-peps/pep-0373.txt

82 lines
1.7 KiB
Plaintext
Raw Normal View History

PEP: 373
2009-11-02 14:59:07 -05:00
Title: Python 2.7 and 3.2 Release Schedule
Version: $Revision$
Last-Modified: $Date$
2009-01-10 21:41:49 -05:00
Author: Benjamin Peterson <benjamin@python.org>
Status: Active
Type: Informational
2008-12-29 18:06:50 -05:00
Content-Type: text/x-rst
Created: 3-Nov-2008
2009-11-02 14:59:07 -05:00
Python-Version: 2.7, 3.2
Abstract
========
This document describes the development and release schedule for Python 2.7.
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
========================
2009-11-02 14:59:07 -05:00
============================ ==================
Position Name
============================ ==================
2.7 and 3.2 Release Manager Benjamin Peterson
Windows installers Martin v. Loewis
Mac installers Ronald Oussoren
============================ ==================
Release Schedule
================
2009-11-02 14:59:07 -05:00
2.7 and 3.2 will be released at the same time (or at least have feature freeze
at the same time) in order to keep the 2.x branch from having features that the
3.x one does not.
The current schedule is:
- 2.7/3.2 alpha 1 2009-12-05
- 2.7/3.2 alpha 2 2010-01-09
- 2.7/3.2 alpha 3 2010-02-06
- 2.7/3.2 alpha 4 2010-03-06
- 2.7/3.2 beta 1 2010-04-03
- 2.7/3.2 beta 2 2010-05-01
- 2.7/3.2 rc1 2010-05-29
- 2.7/3.2 rc2 2010-06-12
- 2.7/3.2 final 2010-06-26
Possible features for 2.7
=========================
2009-11-02 23:10:37 -05:00
Nothing here. [Note that a moratorium on core language changes is in effect.]
References
==========
None yet!
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: