diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
commit | c2659cff5d88b81b6d9cc739ecc457a9ed357c58 (patch) | |
tree | 91de46cbaeee8ce7c3139b9b971a810326a2fcbc /Lib/httplib.py | |
parent | 0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5 (diff) | |
download | cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.zip cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.gz cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r-- | Lib/httplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py index 9527e29..efd4842 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -768,7 +768,7 @@ class HTTPConnection: if self.debuglevel > 0: response = self.response_class(self.sock, self.debuglevel, - strict=self.strict, + strict=self.strict, method=self._method) else: response = self.response_class(self.sock, strict=self.strict, |