Commit 86e1647a authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

parent 4e7abb42
......@@ -56,7 +56,7 @@ def test():
print 'EOF'
break
continue
print 'Heh?'
print 'Unexpected return values from select():', rfd, wfd, xfd
p.close()
test()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment