ANN: timeoutsocket.py --> v1.12 works with Python 2.0

TimO timo at alum.mit.edu
Wed Jan 24 11:09:04 EST 2001


hola.

A number of people have reported problems using timeoutsocket.py with the
urllib in Python 2.0.  These problems have been fixed!  

   http://www.timo-tasi.org/python/timeoutsocket.py


The problem turns out to have been an imcompatibility with the new httplib,
which closes the underlying socket before reading any data from the
socket.makefile() instance.  

Let me know if there are any more problems...




More information about the Python-list mailing list