Merge back from r23b1-branch

This commit is contained in:
Guido van Rossum 2003-04-26 00:21:31 +00:00
parent fa1eddfb21
commit ecf0f02518
2 changed files with 4 additions and 3 deletions

View file

@ -470,6 +470,8 @@ def test_main():
socketDataProcessed.acquire()
socketDataProcessed.wait()
socketDataProcessed.release()
for thread in threads:
thread.join()
banner("logrecv output", "begin")
sys.stdout.write(sockOut.getvalue())
sockOut.close()