From: Kenneth Reitz Date: Wed, 8 Jun 2011 23:22:19 +0000 (-0400) Subject: less hostility X-Git-Tag: v0.5.0^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2153b21152ae86ff760b5e693ac88d998fd9ddcc;p=services%2Fpython-requests.git less hostility --- diff --git a/README.rst b/README.rst index 72c3052..d9cb223 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Requests: The Simple (i.e. usable) HTTP Module -============================================== +Requests: HTTP for Humans +========================= Most existing Python modules for dealing HTTP requests are insane. I have to look up *everything* that I want to do. Most of my worst Python experiences are a result of the various built-in HTTP libraries (yes, even worse than Logging).