From bc46de58e61149879fea0cf51399c5dd63dbb227 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 5 Jun 2018 21:41:20 -0700 Subject: [PATCH] remove references to 2.6 support in documentation --- docs/community/faq.rst | 3 +-- docs/dev/todo.rst | 1 - docs/index.rst | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 7f5a0e1e..e1c8e9ff 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -56,7 +56,6 @@ Python 3 Support? Yes! Here's a list of Python platforms that are officially supported: -* Python 2.6 * Python 2.7 * Python 3.4 * Python 3.5 @@ -70,7 +69,7 @@ These errors occur when :ref:`SSL certificate verification ` fails to match the certificate the server responds with to the hostname Requests thinks it's contacting. If you're certain the server's SSL setup is correct (for example, because you can visit the site with your browser) and -you're using Python 2.6 or 2.7, a possible explanation is that you need +you're using Python 2.7, a possible explanation is that you need Server-Name-Indication. `Server-Name-Indication`_, or SNI, is an official extension to SSL where the diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index 1766a28a..b1a3f7eb 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -51,7 +51,6 @@ Runtime Environments Requests currently supports the following versions of Python: -- Python 2.6 - Python 2.7 - Python 3.4 - Python 3.5 diff --git a/docs/index.rst b/docs/index.rst index 918e2dcf..b0a8217c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -108,7 +108,7 @@ Requests is ready for today's web. - Chunked Requests - ``.netrc`` Support -Requests officially supports Python 2.6–2.7 & 3.4–3.7, and runs great on PyPy. +Requests officially supports Python 2.7 & 3.4–3.7, and runs great on PyPy. The User Guide