diff options
author | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 (GMT) |
commit | f733abb7831d6566cb0fccd0550d58ec3b7f05a4 (patch) | |
tree | 4466e9eccc1b441e60841c16d48915f20216178e /Lib/httplib.py | |
parent | 15c1fe5047f94942f1e784ac7614f9f5370adb47 (diff) | |
download | cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.zip cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.gz cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.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 1e0037f..4797e03 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -899,7 +899,7 @@ class HTTPConnection: 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(): |