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