This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2010-05-28.11:21:46
SpamBayes Score 0.009437404
Marked as misclassified No
Message-id <1275045708.75.0.802108165077.issue8835@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-28 11:21:50vstinnersetrecipients: + vstinner, pitrou
2010-05-28 11:21:48vstinnersetmessageid: <1275045708.75.0.802108165077.issue8835@psf.upfronthosting.co.za>
2010-05-28 11:21:47vstinnerlinkissue8835 messages
2010-05-28 11:21:46vstinnercreate