From 94f9f7357e50f6accf1ec1a87fd3223981e68003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D1=80=D0=B8=D1=81=20=D0=92=D0=B5=D1=80=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Tue, 21 Sep 2021 17:22:12 -0600 Subject: [PATCH] Don't mention pip as the reason for supporting py2 (#5940) --- docs/community/faq.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 177eaec4..fbdd9dad 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -62,10 +62,7 @@ Python 2 Support? 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) -`_. +2.7. We understand that we have a large user base with varying needs. That said, it is *highly* recommended users migrate to Python 3.6+ since Python 2.7 is no longer receiving bug fixes or security updates as of January 1, 2020.