From 71195bb219ed24717961a3f968a00be7f3d8a4a7 Mon Sep 17 00:00:00 2001 From: Mike Waldner Date: Wed, 24 Aug 2011 01:50:06 -0400 Subject: [PATCH] Adding myself to Authors. Small cleanup #139 --- AUTHORS | 1 + requests/utils.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1eabf651..5a80c622 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 3f4d9a44..b4e760a9 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() + '"'