commit | bd8a91198d05bb0a8f75329e7cc22c49110fbcac | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jan 14 17:49:15 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Jan 14 17:49:15 1997 +0000 |
tree | 8d529c6221ca5eeabf755a8c092a7936f05fece9 | |
parent | 93d29b689509ddbd54ae8ea009c6731fba82cb81 [diff] [blame] |
test(): close the pipe, just to shut up Purify.
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 @@ break continue print 'Heh?' + p.close() test()