summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2004-02-20 13:19:16 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2004-02-20 13:19:16 (GMT)
commitbb990588988365d6af01aba41ae88e76dcdc7933 (patch)
tree90d4ca5de241d5cfdbd728cbfde17a7d4b475216 /Lib
parented6bb1414c62d352b97af171829dcba0aa42fc8c (diff)
downloadcpython-bb990588988365d6af01aba41ae88e76dcdc7933.zip
cpython-bb990588988365d6af01aba41ae88e76dcdc7933.tar.gz
cpython-bb990588988365d6af01aba41ae88e76dcdc7933.tar.bz2
Socket handler closed prior to end of test.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index ef77e5e..01d9fc0 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -463,6 +463,7 @@ def test_main_inner():
thread.join()
banner("logrecv output", "begin")
sys.stdout.write(sockOut.getvalue())
+ sockhdlr.close()
sockOut.close()
banner("logrecv output", "end")
sys.stdout.flush()