commit | f733abb7831d6566cb0fccd0550d58ec3b7f05a4 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jan 30 03:03:46 2007 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jan 30 03:03:46 2007 +0000 |
tree | 4466e9eccc1b441e60841c16d48915f20216178e | |
parent | 15c1fe5047f94942f1e784ac7614f9f5370adb47 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/httplib.py b/Lib/httplib.py index 1e0037f..4797e03 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py
@@ -899,7 +899,7 @@ except (AttributeError, OSError): # Don't send a length if this failed if self.debuglevel > 0: print "Cannot stat!!" - + if thelen is not None: self.putheader('Content-Length',thelen) for hdr, value in headers.iteritems():