]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as
authorThomas Wouters <thomas@python.org>
Sun, 16 Apr 2006 15:22:41 +0000 (15:22 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 16 Apr 2006 15:22:41 +0000 (15:22 +0000)
commit993633c6f2531e31e907c33cf31ad384d57a86e1
tree492e23270b0142a3ae3c0dd7242f003d0b8a1652
parent631f513fd8c49873624a48cbc9f46e8e934fb905
Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as
'python.org' when deciding what server to use for the timeout tests; getting
tired of seeing the test fail on all my boxes ;P This'll still allow the
test to fail for hosts in the XS4ALL network that don't have an 'xs4all'
hostname, so maybe it should use a fallback scheme instead.
Lib/test/test_timeout.py