commit | 4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 06 22:34:36 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 06 22:34:36 2011 +0100 |
tree | 4f50b9c8e4b01cfa2707983f9bbf9dd0ede9a09f | |
parent | 38d9643d5e225dd7c342c6ccaae3e6e01f705e91 [diff] [blame] |
Fix dangling whitespace
diff --git a/Lib/http/client.py b/Lib/http/client.py index 7062569..24feae8 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py
@@ -599,7 +599,7 @@ 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