From bab4aa0fbf765a85b93f07d01cbc45d064d3bf72 Mon Sep 17 00:00:00 2001 From: David Poggi Date: Mon, 8 Aug 2016 22:49:35 -0400 Subject: [PATCH 1/3] Clarify Python versions supported by requests --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5eb643e1..81eb8f8c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,7 +87,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests supports Python 2.6 — 3.5, and runs great on PyPy. +Requests supports Python 2.6-2.7 and 3.3-3.5, and runs great on PyPy. The User Guide From 33a74f1787fd9b55defa3f7afdd2cd1463dae7b4 Mon Sep 17 00:00:00 2001 From: David Poggi Date: Mon, 8 Aug 2016 22:57:05 -0400 Subject: [PATCH 2/3] Update index.rst Range formatting update. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 81eb8f8c..2706b01f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,7 +87,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests supports Python 2.6-2.7 and 3.3-3.5, and runs great on PyPy. +Requests supports Python 2.6 — 2.7 and 3.3 — 3.5, and runs great on PyPy. The User Guide From 5f7b8ab0a7af12d4491542677a6ad5a32c24d1d1 Mon Sep 17 00:00:00 2001 From: David Poggi Date: Mon, 8 Aug 2016 22:58:26 -0400 Subject: [PATCH 3/3] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 2706b01f..d1cbc856 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,7 +87,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests supports Python 2.6 — 2.7 and 3.3 — 3.5, and runs great on PyPy. +Requests officially supports Python 2.6 — 2.7 and 3.3 — 3.5, and runs great on PyPy. The User Guide