asyncore, timeoutsocket
Tim Lavoie
tim.lavoie at mts.net
Mon Dec 4 13:42:02 EST 2000
In article <031220001725578135%timo at alum.mit.edu>, Timothy O'Malley wrote:
>hola.
>
>There was a short-lived version of timeoutsocket.py that had a bug in
>setblocking(). Looks like you have it.
>
>Make sure you have version 1.9.
I just snagged 1.9, and *IT* has a niggling typo as well. On line 161 of
timeoutsocket.py, it should read:
return self._sock.setblocking(blocking)
instead of:
return self._sock.set_blocking(blocking)
Cheers,
Tim
--
"Facts are stubborn, but statistics are more pliable."
- Mark Twain
More information about the Python-list
mailing list