[Python-checkins] python/dist/src/Lib/test test_logging.py, 1.12, 1.13

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Fri Feb 20 08:19:19 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12119

Modified Files:
	test_logging.py 
Log Message:
Socket handler closed prior to end of test.

Index: test_logging.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_logging.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_logging.py	23 Jul 2003 00:30:11 -0000	1.12
--- test_logging.py	20 Feb 2004 13:19:16 -0000	1.13
***************
*** 464,467 ****
--- 464,468 ----
          banner("logrecv output", "begin")
          sys.stdout.write(sockOut.getvalue())
+         sockhdlr.close()
          sockOut.close()
          banner("logrecv output", "end")




More information about the Python-checkins mailing list