]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_timeout(): This test was added during Bug Day, but disabled
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:05:15 +0000 (12:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:05:15 +0000 (12:05 +0000)
commite0bb597d03bc97e1b201e27adb983aabf96e137b
tree52edfeb903d7c04649d74746d6e690375eb8891a
parent2f36caf8ff39f77869eb988e315bee13e9d0e742
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