mirror of
https://github.com/python/cpython.git
synced 2024-11-30 13:24:13 +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'
|
||||
break
|
||||
continue
|
||||
print 'Heh?'
|
||||
print 'Unexpected return values from select():', rfd, wfd, xfd
|
||||
p.close()
|
||||
|
||||
test()
|
||||
|
Loading…
Reference in New Issue
Block a user