projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74013d7
)
less hostility
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 8 Jun 2011 23:22:19 +0000
(19:22 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 8 Jun 2011 23:22:19 +0000
(19:22 -0400)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 72c30529d4c0f3416b3248907ea6073fc59ea916..d9cb223e66ec57628a1c6692b1c1a40d1f800fa0 100644
(file)
--- 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).