]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 43734 from the trunk.
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:12:56 +0000 (12:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:12:56 +0000 (12:12 +0000)
commit2870125e0ec00a6d75760e55d85d509188ae9319
tree247d85fd30e011da1bba2ce219035301e43b3dcc
parent87a7d500961868793f60317fb7a0711365d4dd50
Merge rev 43734 from the trunk.

test_timeout():  This test was added during Bug Day, but disabled
soon after because the gmail address it connects to started timing
out on all the buildbot slaves.  Rewrote the test to produce a
warning message (instead of failing) when the address times out.

Also removed the special case for Windows -- this test started to
work on Windows as soon as bug 1462352 was fixed.
Lib/test/test_socket_ssl.py