less hostility

This commit is contained in:
Kenneth Reitz
2011-06-08 19:22:19 -04:00
parent 74013d751c
commit 2153b21152
+2 -2
View File
@@ -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).