select() on WinXP

grebekel at gmail.com grebekel at gmail.com
Thu Nov 23 12:06:37 EST 2006


I patched the code to:

if self.clients:
    r, w, e = select.select(self.clients, [], self.clients, 5)

It works now, thank you Thomas :)




More information about the Python-list mailing list