Skip to content

Commit 0c268e0

Browse files
authored
Python 3.5 entered security fix only stage (python#251)
Python 3.5 just entered security fixes only: https://mail.python.org/pipermail/python-dev/2017-August/148794.html Update also the most recent binary release: 3.5.3 => 3.5.4
1 parent f2ea601 commit 0c268e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Quick Reference
1212
---------------
1313

1414
Here are the basic steps needed to get :ref:`set up <setup>` and contribute a
15-
patch. This is meant as a checklist, once you know the basics. For complete
15+
patch. This is meant as a checklist, once you know the basics. For complete
1616
instructions please see the :ref:`setup guide <setup>`.
1717

1818
1. Install and set up :ref:`Git <vcsetup>` and other dependencies
@@ -93,13 +93,13 @@ Status of Python branches
9393
| 3.6 | :pep:`494` | bugfix | 2016-12-23 | *2021-12-23* | `Most recent binary release: Python 3.6.1 |
9494
| | | | | | <https://www.python.org/downloads/release/python-361/>`_ |
9595
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
96-
| 3.5 | :pep:`478` | bugfix | 2015-09-13 | *2020-09-13* | `Most recent binary release: Python 3.5.3 |
97-
| | | | | | <https://www.python.org/downloads/release/python-353/>`_ |
98-
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
9996
| 2.7 | :pep:`373` | bugfix | 2010-07-03 | *2020-01-01* | The support has been extended to 2020 (1). |
10097
| | | | | | `Most recent binary release: Python 2.7.13 |
10198
| | | | | | <https://www.python.org/downloads/release/python-2713/>`_ |
10299
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
100+
| 3.5 | :pep:`478` | security | 2015-09-13 | *2020-09-13* | `Most recent binary release: Python 3.5.4 |
101+
| | | | | | <https://www.python.org/downloads/release/python-354/>`_ |
102+
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+
103103
| 3.4 | :pep:`429` | security | 2014-03-16 | *2019-03-16* | `Most recent security release: Python 3.4.6 |
104104
| | | | | | <https://www.python.org/downloads/release/python-346/>`_ |
105105
+------------------+--------------+-------------+----------------+----------------+----------------------------------------------------------------------------+

0 commit comments

Comments
 (0)