Update Python 2.7 Mac



Pure Python, multiplatform, compatible with Python 2.7 and 3.2+, uses PyAudio for audio I/O (if needed). Can be used together with Scipy, Sympy, music21 and several other packages, none required for DSP computation based on Python iterables. Python 2.7.0 July 3, 2010 Download Release Notes; Python 3.1.2 March 20. The same source code archive can also be used to build the Windows and Mac versions,. Python 2.7 is the end of the Python 2.x series, and is succeeded by Python 3. See the 'Sunsetting Python 2' FAQ on python.org for a general overview. Update (April 2014). UPDATE: 2018-07-06. This post is now nearly 5 years old! Python-2.7 will stop receiving official updates from python.org in 2020.Also, Python-3.7 has been released.Check out Python-Future on how to make your Python-2 code compatible with Python-3.

PEP:373
Title:Python 2.7 Release Schedule
Author:Benjamin Peterson <benjamin at python.org>
Status:Final
Type:Informational
Created:03-Nov-2008
Python-Version:2.7

Contents

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. See the 'Sunsetting Python 2' FAQ on python.org for a generaloverview.

Update Python 2.7 Mac

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 also PEP 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 (see PEP 404).

PositionName
2.7 Release ManagerBenjamin Peterson
Windows installersSteve Dower
Mac installersNed 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:

  • 2.7.1 2010-11-27
  • 2.7.2 2011-07-21
  • 2.7.3rc1 2012-02-23
  • 2.7.3rc2 2012-03-15
  • 2.7.3 2012-03-09
  • 2.7.4rc1 2013-03-23
  • 2.7.4 2013-04-06
  • 2.7.5 2013-05-12
  • 2.7.6rc1 2013-10-26
  • 2.7.6 2013-11-10
  • 2.7.7rc1 2014-05-17
  • 2.7.7 2014-05-31
  • 2.7.8 2014-06-30
  • 2.7.9rc1 2014-11-26
  • 2.7.9 2014-12-10
  • 2.7.10rc1 2015-05-09
  • 2.7.10 2015-05-23
  • 2.7.11rc1 2015-11-21
  • 2.7.11 2015-12-05
  • 2.7.12 2016-06-25
  • 2.7.13rc1 2016-12-03
  • 2.7.13 2016-12-17
  • 2.7.14rc1 2017-08-26
  • 2.7.14 2017-09-16
  • 2.7.15rc1 2018-04-14
  • 2.7.15 2018-05-01
  • 2.7.16rc 2019-02-16
  • 2.7.16 2019-03-02
  • 2.7.17rc1 2019-10-05
  • 2.7.17 2019-10-19
  • 2.7.18rc1 2020-04-04
  • 2.7.18 2020-04-20
Mac

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

Nothing here. [Note that a moratorium on core language changes is in effect.]

This document has been placed in the public domain.

Update Python 2.7 Mac Brew

Source: https://github.com/python/peps/blob/master/pep-0373.txt



Comments are closed.