diff --git a/requests/utils.py b/requests/utils.py index 8bda43d1..461582cf 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -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