[Python-checkins] python/dist/src/Lib/test test_logging.py,1.6,1.7

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 25 Apr 2003 17:21:33 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv15379/Lib/test

Modified Files:
	test_logging.py 
Log Message:
Merge back from r23b1-branch

Index: test_logging.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_logging.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_logging.py	25 Apr 2003 14:22:00 -0000	1.6
--- test_logging.py	26 Apr 2003 00:21:31 -0000	1.7
***************
*** 471,474 ****
--- 471,476 ----
          socketDataProcessed.wait()
          socketDataProcessed.release()
+         for thread in threads:
+             thread.join()
          banner("logrecv output", "begin")
          sys.stdout.write(sockOut.getvalue())