Skip to content

Commit

Permalink
Add Python 2 support entry in FAQ (#5303)
Browse files Browse the repository at this point in the history
* Add Python 2 support entry in FAQ

Fixes: #5211

Signed-off-by: Sumana Harihareswara <[email protected]>

* Adding Python 3 recommendation

Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
brainwane and nateprewitt committed Jan 9, 2020
1 parent 782e94d commit a9ee0ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/community/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ Python 3 Support?

Yes! Requests officially supports Python 2.7 & 3.5+ and PyPy.

Python 2 Support?
-----------------

Yes! We do not have immediate plans to `sunset
<https://www.python.org/doc/sunset-python-2/>`_ 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)
<https://pip.pypa.io/en/latest/development/release-process/#python-2-support>`_.

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?
-----------------------------------------

Expand Down

0 comments on commit a9ee0ee

Please sign in to comment.