aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:38 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:38 -0700
commit73be7d6cc85a90ab4f67ffc27dc7eae672f7741f (patch)
tree4030bad5fec3d40cf93a20a2e26a165adf1ddbbd /README.rst
parent35fb123b995cbbe27d3edd5ed14abc6e56b7ad13 (diff)
downloadpython-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar
python-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar.gz
Imported Upstream version 1.8.3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b126647..e76c261 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,14 @@ Highlights
- Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage.
- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
- `Requests <http://python-requests.org/>`_ which is also powered by urllib3.
+ `Requests <http://python-requests.org/>`_ which is also powered by ``urllib3``.
+
+You might already be using urllib3!
+===================================
+
+``urllib3`` powers `many great Python libraries <https://sourcegraph.com/search?q=package+urllib3>`_,
+including ``pip`` and ``requests``.
+
What's wrong with urllib and urllib2?
=====================================
@@ -91,6 +98,7 @@ analysis while running test suite. Easiest way to run the tests is thusly the
py27: commands succeeded
py32: commands succeeded
py33: commands succeeded
+ py34: commands succeeded
Note that code coverage less than 100% is regarded as a failing run.