From: Kenneth Reitz Date: Sat, 7 Jan 2012 23:32:56 +0000 (-0500) Subject: Update docs/index.rst X-Git-Tag: v0.9.2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89c90add2c4378f416194c05c6a4f5ae94ff7a31;p=services%2Fpython-requests.git Update docs/index.rst --- diff --git a/docs/index.rst b/docs/index.rst index d7f93fd..2ad08f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,7 @@ Things shouldn’t be this way. Not in Python. See `the same code, without Requests `_. -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 `_ 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 `_, which is embedded within Requests. Testimonials