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:
ec0b708
)
Adding myself to Authors. Small cleanup
author
Mike Waldner
<mwaldner@gilt.com>
Wed, 24 Aug 2011 05:50:06 +0000
(
01:50
-0400)
committer
Mike Waldner
<mwaldner@gilt.com>
Wed, 24 Aug 2011 05:50:06 +0000
(
01:50
-0400)
#139
AUTHORS
patch
|
blob
|
history
requests/utils.py
patch
|
blob
|
history
diff --git
a/AUTHORS
b/AUTHORS
index 1eabf6516f8abef48ad0e6bb035555dad449260d..5a80c622c76d25a168258d76b1cdc9247e33434a 100644
(file)
--- a/
AUTHORS
+++ b/
AUTHORS
@@
-42,3
+42,4
@@
Patches and Suggestions
- Alejandro Giacometti
- Rick Mak
- Johan Bergström
+- Mike Waldner
diff --git
a/requests/utils.py
b/requests/utils.py
index 3f4d9a44079d69225c6a7868adef9759c1ff024e..b4e760a93bb9b20d3512cbe4a9b35574fc51269a 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-203,6
+203,5
@@
def curl_from_request(request):
elif request._enc_data is not None:
data = '-d %s ' % (request._enc_data)
-
#: Params handled in _build_url
return curl + auth + method + header + data + '"' + request._build_url() + '"'