From 128b49a1fbefb076fa0e5e9770ca725a1a2f70bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2012 23:00:28 -0500 Subject: [PATCH] whitespace --- requests/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/requests/models.py b/requests/models.py index c4a3fae..84a2ec6 100644 --- a/requests/models.py +++ b/requests/models.py @@ -677,6 +677,7 @@ class Response(object): avoids reading the content at once into memory for large responses. """ + #TODO: why rstrip by default pending = None -- 2.34.1