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

Test sendall().

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