From: Victor Stinner Date: Tue, 7 Apr 2015 10:52:50 +0000 (+0200) Subject: Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ X-Git-Tag: v3.5.0a4~148^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bea4615724319fad1c3c34066ff4411eacb8e51;p=thirdparty%2FPython%2Fcpython.git Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ are down, don't use anymore in test_urllib2net --- diff --git a/Lib/test/test_urllib2net.py b/Lib/test/test_urllib2net.py index fc2140809ed5..17f9d1bdee3d 100644 --- a/Lib/test/test_urllib2net.py +++ b/Lib/test/test_urllib2net.py @@ -102,8 +102,6 @@ class OtherNetworkTests(unittest.TestCase): 'ftp://ftp.debian.org/debian/README', ('ftp://ftp.debian.org/debian/non-existent-file', None, urllib.error.URLError), - 'ftp://gatekeeper.research.compaq.com/pub/DEC/SRC' - '/research-reports/00README-Legal-Rules-Regs', ] self._test_urls(urls, self._extra_handlers()) @@ -291,7 +289,7 @@ class TimeoutTest(unittest.TestCase): self.addCleanup(u.close) self.assertEqual(u.fp.raw._sock.gettimeout(), 120) - FTP_HOST = "ftp://ftp.mirror.nl/pub/gnu/" + FTP_HOST = 'ftp://ftp.debian.org/debian/' def test_ftp_basic(self): self.assertIsNone(socket.getdefaulttimeout())