
This document describes the development and release schedule forPython 2.7.
Python 2.7 is the end of the Python 2.x series, and is succeeded byPython 3. Seethe “Sunsetting Python 2” FAQ on python.org for a generaloverview.
The End Of Life date (EOL, sunset date) for Python 2.7 has been movedfive years into the future, to 2020. This decision was made toclarify the status of Python 2.7 and relieve worries for those userswho cannot yet migrate to Python 3. See alsoPEP 466.
This declaration does not guarantee that bugfix releases will be madeon a regular basis, but it should enable volunteers who want tocontribute bugfixes for Python 2.7 and it should satisfy vendors whostill have to support Python 2 for years to come.
There will be no Python 2.8 (seePEP 404).
| Position | Name |
|---|---|
| 2.7 Release Manager | Benjamin Peterson |
| Windows installers | Steve Dower |
| Mac installers | Ned Deily |
Being the last of the 2.x series, 2.7 received bugfix support until2020. Support officially stopped January 1 2020, and 2.7.18 codefreeze occurred on January 1 2020, but the final release occurredafter that date.
Dates of previous maintenance releases:
The release schedule for 2.7.0 was:
Nothing here. [Note that a moratorium on core language changes is in effect.]
This document has been placed in the public domain.
Source:https://github.com/python/peps/blob/main/pep-0373.txt
Last modified:2022-01-21 11:03:51 GMT