2008-11-03 14:06:58 -05:00
|
|
|
|
PEP: 373
|
2009-11-16 18:07:52 -05:00
|
|
|
|
Title: Python 2.7 Release Schedule
|
2008-11-03 14:06:58 -05:00
|
|
|
|
Version: $Revision$
|
|
|
|
|
Last-Modified: $Date$
|
2009-01-10 21:41:49 -05:00
|
|
|
|
Author: Benjamin Peterson <benjamin@python.org>
|
2009-02-08 18:16:57 -05:00
|
|
|
|
Status: Active
|
2009-02-08 18:05:48 -05:00
|
|
|
|
Type: Informational
|
2008-12-29 18:06:50 -05:00
|
|
|
|
Content-Type: text/x-rst
|
2008-11-03 14:06:58 -05:00
|
|
|
|
Created: 3-Nov-2008
|
2009-12-30 13:44:38 -05:00
|
|
|
|
Python-Version: 2.7
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
2011-11-09 13:45:51 -05:00
|
|
|
|
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.
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
2014-04-13 10:39:07 -04:00
|
|
|
|
Update
|
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
The End Of Life date (EOL, sunset date) for Python 2.7 has been moved
|
|
|
|
|
five years into the future, to 2020. This decision was made to
|
|
|
|
|
clarify the status of Python 2.7 and relieve worries for those users
|
|
|
|
|
who cannot yet migrate to Python 3. See also PEP 466.
|
|
|
|
|
|
|
|
|
|
This declaration does not guarantee that bugfix releases will be made
|
|
|
|
|
on a regular basis, but it should enable volunteers who want to
|
|
|
|
|
contribute bugfixes for Python 2.7 and it should satisfy vendors who
|
|
|
|
|
still have to support Python 2 for years to come.
|
|
|
|
|
|
2014-04-13 13:17:01 -04:00
|
|
|
|
There will be no Python 2.8 (see PEP 404).
|
2014-04-13 10:39:07 -04:00
|
|
|
|
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
2009-11-02 14:59:07 -05:00
|
|
|
|
============================ ==================
|
|
|
|
|
Position Name
|
|
|
|
|
============================ ==================
|
2009-11-16 18:07:52 -05:00
|
|
|
|
2.7 Release Manager Benjamin Peterson
|
2014-05-09 20:59:52 -04:00
|
|
|
|
Windows installers Steve Dower
|
2013-01-19 14:27:14 -05:00
|
|
|
|
Mac installers Ned Deily
|
2009-11-02 14:59:07 -05:00
|
|
|
|
============================ ==================
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
|
|
|
|
|
2012-03-10 17:11:10 -05:00
|
|
|
|
Maintenance releases
|
|
|
|
|
====================
|
|
|
|
|
|
2012-10-01 13:38:31 -04:00
|
|
|
|
Being the last of the 2.x series, 2.7 will have an extended period of
|
2014-04-13 10:39:07 -04:00
|
|
|
|
maintenance. The current plan is to support it for at least 10 years
|
2012-10-01 13:38:31 -04:00
|
|
|
|
from the initial 2.7 release. This means there will be bugfix releases
|
2014-04-13 10:39:07 -04:00
|
|
|
|
until 2020.
|
2012-10-01 13:38:31 -04:00
|
|
|
|
|
2013-01-19 14:31:08 -05:00
|
|
|
|
Planned future release dates:
|
|
|
|
|
|
2015-05-08 12:39:35 -04:00
|
|
|
|
- 2.7.11 December, 2015
|
2014-04-13 10:39:07 -04:00
|
|
|
|
- beyond this date, releases as needed
|
2013-05-11 23:39:48 -04:00
|
|
|
|
|
2012-10-01 13:38:31 -04:00
|
|
|
|
Dates of previous maintenance releases:
|
|
|
|
|
|
2012-03-10 17:11:10 -05:00
|
|
|
|
- 2.7.1 2010-11-27
|
|
|
|
|
- 2.7.2 2011-07-21
|
|
|
|
|
- 2.7.3rc1 2012-02-23
|
2012-10-01 13:35:37 -04:00
|
|
|
|
- 2.7.3rc2 2012-03-15
|
|
|
|
|
- 2.7.3 2012-03-09
|
2013-04-06 16:28:57 -04:00
|
|
|
|
- 2.7.4rc1 2013-03-23
|
|
|
|
|
- 2.7.4 2013-04-06
|
2013-05-11 23:37:32 -04:00
|
|
|
|
- 2.7.5 2013-05-12
|
2013-11-10 02:38:37 -05:00
|
|
|
|
- 2.7.6rc1 2013-10-26
|
2014-01-04 20:32:54 -05:00
|
|
|
|
- 2.7.6 2013-11-10
|
2014-07-04 17:38:29 -04:00
|
|
|
|
- 2.7.7rc1 2014-05-17
|
|
|
|
|
- 2.7.7 2014-05-31
|
|
|
|
|
- 2.7.8 2014-06-30
|
2014-12-11 00:53:02 -05:00
|
|
|
|
- 2.7.9rc1 2014-11-26
|
|
|
|
|
- 2.7.9 2014-12-10
|
2015-06-26 20:03:02 -04:00
|
|
|
|
- 2.7.10rc1 2015-05-09
|
|
|
|
|
- 2.7.10 2015-05-23
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
2015-05-20 00:29:57 -04:00
|
|
|
|
2.7.0 Release Schedule
|
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
The release schedule for 2.7.0 was:
|
|
|
|
|
|
|
|
|
|
- 2.7 alpha 1 2009-12-05
|
|
|
|
|
- 2.7 alpha 2 2010-01-09
|
|
|
|
|
- 2.7 alpha 3 2010-02-06
|
|
|
|
|
- 2.7 alpha 4 2010-03-06
|
|
|
|
|
- 2.7 beta 1 2010-04-03
|
|
|
|
|
- 2.7 beta 2 2010-05-08
|
|
|
|
|
- 2.7 rc1 2010-06-05
|
|
|
|
|
- 2.7 rc2 2010-06-19
|
|
|
|
|
- 2.7 final 2010-07-03
|
|
|
|
|
|
2008-11-03 14:06:58 -05:00
|
|
|
|
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.]
|
2008-11-03 14:06:58 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|