From 92a8db6da0fc91b09fd7ff4068dad951aa0a0c8c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 9 Nov 2011 16:52:10 -0800 Subject: [PATCH] httplib + urllib3 --- docs/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 73da870c..df7ab830 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,15 +33,14 @@ See `the same code, without Requests `_. Requests allow you to send **HEAD**, **GET**, **POST**, **PUT**, **PATCH**, and **DELETE** HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the -response data in the same way. It's powered by :py:class:`urllib2`, but it does -all the hard work and crazy hacks for you. +response data in the same way. It's powered by :py:class:`httplib` and urllib3, and it works just as you'd expect. Testimonials ------------ `The Washington Post `_, `Twitter, Inc `_, a U.S. Federal Institution, -NIH, +NIH, `Readability `_, and `Work for Pie `_ use Requests internally.