From 02e1586b232e6b5129b6dca7094a39f5c05682df Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 8 Oct 2015 12:38:16 +0100 Subject: [PATCH 1/2] Add link to EOL date Creates a link to the official page stating 2020 as EOL. Fixes #588 (Sorry if this appears twice - my git-fu is weak.) --- docs/starting/which-python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index a5ae2ed..cea417c 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -15,7 +15,7 @@ The basic gist of the state of things is as follows: 1. Python 2.7 has been the standard for a *long* time. 2. Python 3 introduced major changes to the language, which many developers are unhappy with. -3. Python 2.7 will receive necessary security updates until 2020 [#pep373_eol]. +3. Python 2.7 `will receive necessary security updates until 2020 `_. 4. Python 3 is continually evolving, like Python 2 did in years past. So, you can now see why this is not such an easy decision. From 77bf0ad5e274f527cf74f2885e8eb7d5f755eb74 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 8 Oct 2015 14:17:00 +0100 Subject: [PATCH 2/2] Updated as per feedback. --- docs/starting/which-python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index cea417c..b07b634 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -15,7 +15,7 @@ The basic gist of the state of things is as follows: 1. Python 2.7 has been the standard for a *long* time. 2. Python 3 introduced major changes to the language, which many developers are unhappy with. -3. Python 2.7 `will receive necessary security updates until 2020 `_. +3. Python 2.7 will receive necessary security updates until 2020 [#pep373_eol]_. 4. Python 3 is continually evolving, like Python 2 did in years past. So, you can now see why this is not such an easy decision.