diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-06-05 21:41:20 -0700 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-06-10 14:48:59 -0700 |
| commit | bc46de58e61149879fea0cf51399c5dd63dbb227 (patch) | |
| tree | 9768cdbeb675bf883daf69729c676e3c9d6b6cbb /docs/community | |
| parent | 16fd7e03a980bea2dfa0f64c80bbda7cd7834d0f (diff) | |
| download | python-requests-bc46de58e61149879fea0cf51399c5dd63dbb227.tar.gz | |
remove references to 2.6 support in documentation
Diffstat (limited to 'docs/community')
| -rw-r--r-- | docs/community/faq.rst | 3 |
1 files changed, 1 insertions, 2 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 <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 |
