I'll have to manually add that to sphinx
authorKenneth Reitz <me@kennethreitz.com>
Sun, 14 Aug 2011 19:50:18 +0000 (15:50 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 14 Aug 2011 19:50:18 +0000 (15:50 -0400)
requests/models.py

index ea4d685..08f3e32 100644 (file)
@@ -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