From 3b600f9f73bc2a68660e7c47490ea763ff155060 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Wed, 1 Jan 2020 16:30:09 -0500 Subject: [PATCH 1/2] Add Python 2 support entry in FAQ Fixes: #5211 Signed-off-by: Sumana Harihareswara --- docs/community/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 9fdce41721..26595b95ae 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -64,6 +64,16 @@ supported: * Python 3.7 * PyPy +Python 2 Support? +----------------- + +Yes! We do not have any concrete plans to `sunset +`_ our support for Python +2.7. We understand that we have a large user base with varying needs, +and intend to maintain Python 2.7 support within Requests until `pip +stops supporting Python 2.7 (there's no estimated date on that yet) +`_. + What are "hostname doesn't match" errors? ----------------------------------------- From f7a21653c0eae054b460ed54e877a77cea7a393b Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 9 Jan 2020 09:12:03 -0800 Subject: [PATCH 2/2] Adding Python 3 recommendation --- docs/community/faq.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 26595b95ae..93b6c5bb32 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -67,13 +67,15 @@ supported: Python 2 Support? ----------------- -Yes! We do not have any concrete plans to `sunset +Yes! We do not have immediate plans to `sunset `_ our support for Python 2.7. We understand that we have a large user base with varying needs, and intend to maintain Python 2.7 support within Requests until `pip stops supporting Python 2.7 (there's no estimated date on that yet) `_. +That said, it is *highly* recommended users migrate to Python 3.5+ since Python 2.7 will no longer be receiving bug fixes or security updates after January 1, 2020. + What are "hostname doesn't match" errors? -----------------------------------------