From bd8a91198d05bb0a8f75329e7cc22c49110fbcac Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 14 Jan 1997 17:49:15 +0000 Subject: test(): close the pipe, just to shut up Purify. --- Lib/test/test_select.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py index 5834575..f7f20f3 100644 --- a/Lib/test/test_select.py +++ b/Lib/test/test_select.py @@ -49,6 +49,7 @@ def test(): break continue print 'Heh?' + p.close() test() -- cgit v0.12