Update docs/index.rst
authorKenneth Reitz <me@kennethreitz.com>
Sat, 7 Jan 2012 23:32:56 +0000 (18:32 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 7 Jan 2012 23:32:56 +0000 (18:32 -0500)
docs/index.rst

index d7f93fd..2ad08f0 100644 (file)
@@ -28,7 +28,7 @@ Things shouldn’t be this way. Not in Python.
 
 See `the same code, without Requests <https://gist.github.com/973705>`_.
 
-Requests takes all of the work out of Python HTTP — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. The core of Requests is powered by `urllib3 <https://github.com/shazow/urllib3>`_ which is included as part of the Requests package.
+Requests takes all of the work out of Python HTTP — making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100%  automatic, powered by `urllib3 <https://github.com/shazow/urllib3>`_, which is embedded within Requests.
 
 
 Testimonials