mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
backport guido's 1.20 - test sktobj.sendall()
needed this anyway.
This commit is contained in:
@@ -124,7 +124,7 @@ try:
|
||||
break
|
||||
if verbose:
|
||||
print 'received:', data
|
||||
conn.send(data)
|
||||
conn.sendall(data)
|
||||
conn.close()
|
||||
else:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user