Adding basic authentication. Also string formatting
authorMike Waldner <mwaldner@gilt.com>
Wed, 24 Aug 2011 05:30:38 +0000 (01:30 -0400)
committerMike Waldner <mwaldner@gilt.com>
Wed, 24 Aug 2011 05:30:38 +0000 (01:30 -0400)
#139

requests/utils.py

index 8bda43d193222179317360a817f948abf039d5c2..461582cf9656ac442ff7feb92f45f4699fc32077 100644 (file)
@@ -172,7 +172,7 @@ def curl_from_request(request):
     """Creates a curl command from the request."""
 
     #TODO - Files
-    #TODO - OAuth/Other Auths
+    #TODO - OAuth
     #TODO - Cookies
 
     #: -L/--location - if there is a redirect, redo request on the new place