backport guido's 1.20 - test sktobj.sendall()

needed this anyway.
This commit is contained in:
Anthony Baxter
2001-11-01 14:18:29 +00:00
parent aadae7dae9
commit 645ea48314

View File

@@ -124,7 +124,7 @@ try:
break
if verbose:
print 'received:', data
conn.send(data)
conn.sendall(data)
conn.close()
else:
try: