[Tutor] select.select

Scott syrinx at simplecom.net
Sat Feb 14 23:21:16 EST 2004


What do you do with the list of "sockets in error" that is returned by
select, if it's not empty?  How do you find out what the error was?

r, w, e = select.select(socketList, socketList, socketList)

What do you do with 'e?'

Thanks.





More information about the Tutor mailing list