Made an error message slightly more useful if select() returns something goofy

This commit is contained in:
Andrew M. Kuchling 2000-07-25 00:51:31 +00:00
parent 4463acbc32
commit c1b4624447

View File

@ -56,7 +56,7 @@ def test():
print 'EOF'
break
continue
print 'Heh?'
print 'Unexpected return values from select():', rfd, wfd, xfd
p.close()
test()