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:
dba7a5a
)
cleanup
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 28 Aug 2011 07:22:46 +0000
(
03:22
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 28 Aug 2011 07:22:46 +0000
(
03:22
-0400)
requests/api.py
patch
|
blob
|
history
diff --git
a/requests/api.py
b/requests/api.py
index 8f8d6ea0e3c3ea6b44f1d909931b7ef511b51282..cd522c2914c139a22d1ea75770053c79bb98bb05 100644
(file)
--- a/
requests/api.py
+++ b/
requests/api.py
@@
-53,9
+53,6
@@
def request(method, url,
for k, v in headers.items() or {}:
headers[k] = header_expand(v)
- # headers = [(k, map(header_expand, v)) for k,v in headers.items()]
- # print headers
-
args = dict(
method = method,
url = url,