From: Collin Winter Date: Mon, 12 Mar 2007 01:57:49 +0000 (+0000) Subject: Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must... X-Git-Tag: v2.5.1c1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98d1a4d727183d190d921a125f7d3de1cd3025dc;p=python Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more stable FTP. Backported from r54278. --- diff --git a/Lib/urllib.py b/Lib/urllib.py index 4a1fa64bb4..9fbb19a419 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -1471,7 +1471,7 @@ def test(args=[]): '/etc/passwd', 'file:/etc/passwd', 'file://localhost/etc/passwd', - 'ftp://ftp.python.org/pub/python/README', + 'ftp://ftp.gnu.org/pub/README', ## 'gopher://gopher.micro.umn.edu/1/', 'http://www.python.org/index.html', ]