Kaydet (Commit) cb656882 authored tarafından Guido van Rossum's avatar Guido van Rossum

Test sendall().

üst b2c763fe
......@@ -124,7 +124,7 @@ try:
break
if verbose:
print 'received:', data
conn.send(data)
conn.sendall(data)
conn.close()
else:
try:
......
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