From: Antoine Pitrou Date: Tue, 6 Dec 2011 21:34:36 +0000 (+0100) Subject: Fix dangling whitespace X-Git-Tag: v3.3.0a1~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d;p=thirdparty%2FPython%2Fcpython.git Fix dangling whitespace --- diff --git a/Lib/http/client.py b/Lib/http/client.py index 70625699b9e0..24feae8e3e00 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -599,7 +599,7 @@ class HTTPResponse(io.RawIOBase): break except ValueError: raise IncompleteRead(bytes(b[0:total_bytes])) - + if len(mvb) < chunk_left: n = self._safe_readinto(mvb) self.chunk_left = chunk_left - n