From: Kenneth Reitz Date: Thu, 10 Nov 2011 00:26:36 +0000 (-0800) Subject: check! X-Git-Tag: v0.8.0~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2131ba4dda0197b5795096b703fee3d0980b9c42;p=services%2Fpython-requests.git check! --- diff --git a/requests/models.py b/requests/models.py index c04e4c5..d871e71 100644 --- a/requests/models.py +++ b/requests/models.py @@ -350,8 +350,6 @@ class Request(object): body = self._enc_data content_type = 'application/x-www-form-urlencoded' - # TODO: Setup cookies. - # Add content-type if it wasn't explicitly provided. if (content_type) and (not 'content-type' in self.headers): self.headers['Content-Type'] = content_type