Steve Holden <[EMAIL PROTECTED]> writes:

> Peter Otten wrote:
> > adrian wrote:
> >
> >>urllib.socket.setdefaulttimeout(self.timeout)
> >>AttributeError: 'module' object has no attribute 'setdefaulttimeout'
> > socket.setdefaulttimeout() was added in Python 2.3. You need to
> > upgrade.
> > Peter
> >
> Alternatively you might still be ablet o get Tom O'Malley's
> tiemoutsocket module, which I used in several applications until 2.3
> integrated the functionality.

I seem to recall a bug related to sendall(), though, IIRC. I reported
it, but it didn't get fixed, again IIRC.


John
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to