From: Kenneth Reitz Date: Sun, 14 Aug 2011 19:50:18 +0000 (-0400) Subject: I'll have to manually add that to sphinx X-Git-Tag: v0.6.0~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=975720a30c0437a2b9076ca699408cf5b0348dfa;p=services%2Fpython-requests.git I'll have to manually add that to sphinx --- diff --git a/requests/models.py b/requests/models.py index ea4d685..08f3e32 100644 --- a/requests/models.py +++ b/requests/models.py @@ -341,7 +341,6 @@ class Response(object): #: Raw content of the response, in bytes. #: If ``content-encoding`` of response was set to ``gzip``, the #: response data will be automatically deflated. - self.content = None self._content = None #: Integer Code of responded HTTP Status. self.status_code = None