Commit 83fad3e2 authored by Georg Brandl's avatar Georg Brandl

Merge with 3.2.

parents 43234ab6 25e2cd13
......@@ -777,8 +777,8 @@ class HTTPConnection:
for d in data:
self.sock.sendall(d)
else:
raise TypeError("data should be a bytes-like object\
or an iterable, got %r " % type(data))
raise TypeError("data should be a bytes-like object "
"or an iterable, got %r" % type(data))
def _output(self, s):
"""Add a line of output to the current request buffer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment