From: Mike Waldner Date: Wed, 24 Aug 2011 05:50:06 +0000 (-0400) Subject: Adding myself to Authors. Small cleanup X-Git-Tag: v0.8.0~94^2~112^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71195bb219ed24717961a3f968a00be7f3d8a4a7;p=services%2Fpython-requests.git Adding myself to Authors. Small cleanup #139 --- diff --git a/AUTHORS b/AUTHORS index 1eabf65..5a80c62 100644 --- 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 3f4d9a4..b4e760a 100644 --- 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() + '"'