@@ -93,7 +93,7 @@ Status of Python branches
|
93 | 93 | +------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+ |
94 | 94 | | 3.5 | :pep:`478` | bugfix | 2015-09-13 | *2020-09-13* | | |
95 | 95 | +------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+ |
96 | | -| 2.7 | :pep:`373` | bugfix | 2010-07-03 | *2020-01-01* | The support has been extended to 2020. | |
| 96 | +| 2.7 | :pep:`373` | bugfix | 2010-07-03 | *2020-01-01* | The support has been extended to 2020 (1). | |
97 | 97 | +------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+ |
98 | 98 | | 3.4 | :pep:`429` | security | 2014-03-16 | *2019-03-16* | `Last binary release: Python 3.4.4 | |
99 | 99 | | | | | | | <https://www.python.org/download/releases/3.4.4/>`_ | |
@@ -114,6 +114,12 @@ Status of Python branches
|
114 | 114 | | | | | | | <https://www.python.org/download/releases/2.6.9/>`_ | |
115 | 115 | +------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+ |
116 | 116 | |
| 117 | +(1) The exact date of Python 2.7 end-of-life has not been decided yet. I will |
| 118 | +be decided by Python 2.7 release manager, Benjamin Peterson, who will update |
| 119 | +the :pep:`373`. Read also the `[Python-Dev] Exact date of Python 2 EOL? |
| 120 | +<https://mail.python.org/pipermail/python-dev/2017-March/147655.html>`_ thread |
| 121 | +on python-dev (March 2017). |
| 122 | + |
117 | 123 | Status: |
118 | 124 | |
119 | 125 | :features: new features are only added to the default branch, this branch |
|