mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Removed the .recv() in the test, is not necessary, and was
causing problems that didn't have anything to do with was actually being tested...
This commit is contained in:
parent
711a54ebde
commit
965fa24e8d
1 changed files with 0 additions and 1 deletions
|
@ -557,7 +557,6 @@ def server(evt):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
conn.send("1 Hola mundo\n")
|
conn.send("1 Hola mundo\n")
|
||||||
conn.recv(200)
|
|
||||||
conn.send("2 No more lines\n")
|
conn.send("2 No more lines\n")
|
||||||
conn.close()
|
conn.close()
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue