timeoutsocket.py mirror?

Shane Hathaway shane at hathawaymix.org
Wed Jul 13 18:09:20 EDT 2005


skilpat at gmail.com wrote:
> Can anybody provide a mirror for this module? The original URL seems to
> be down. I have been looking for over an hour, and every single
> resource that uses it links to the timo-tasi.org site to download it.

FWIW, Python 2.3+ has the timeout functionality built in, so
timeoutsocket.py is no longer needed.  See the documentation on
socket.Socket.settimeout().

Shane



More information about the Python-list mailing list