mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +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
|
||||
else:
|
||||
conn.send("1 Hola mundo\n")
|
||||
conn.recv(200)
|
||||
conn.send("2 No more lines\n")
|
||||
conn.close()
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue