From c1b4624447636c09429f2c34535d1011ac9ba53b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 25 Jul 2000 00:51:31 +0000 Subject: Made an error message slightly more useful if select() returns something goofy --- Lib/test/test_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py index 1a7bf4b..b198cf1 100644 --- a/Lib/test/test_select.py +++ b/Lib/test/test_select.py @@ -56,7 +56,7 @@ def test(): print 'EOF' break continue - print 'Heh?' + print 'Unexpected return values from select():', rfd, wfd, xfd p.close() test() -- cgit v0.12