STINNER Victor <victor.stin...@haypocalc.com> added the comment:

There is another error:

test test_ssl failed -- Traceback (most recent call last):
  File 
"/scratch/pybot-buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", 
line 261, in test_algorithms
    s.connect(remote)
  File "/scratch/pybot-buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", 
line 292, in connect
    socket.connect(self, addr)
  File "/scratch/pybot-buildarea/trunk.klose-ubuntu-i386/build/Lib/socket.py", 
line 222, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out

transient_internet() should also catch socket.error(errno.ETIMEDOUT).

--

See also #8455, #8499 and #8574.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8835>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to