mirror of
https://github.com/python/cpython.git
synced 2024-12-02 14:24:12 +08:00
Made an error message slightly more useful if select() returns something goofy
This commit is contained in:
parent
4463acbc32
commit
c1b4624447
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user