From b908559ac8cf016d4217b20a020d540a377f1b12 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 13 Oct 2011 19:41:40 -0400 Subject: [PATCH] urllib2 => httplib --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3f6455e..30fa8f1 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ 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 urllib2, but it does +response data in the same way. It's powered by httplib, but it does all the hard work and crazy hacks for you. -- 2.7.4