From: Collin Winter Date: Mon, 12 Mar 2007 01:55:54 +0000 (+0000) Subject: Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must... X-Git-Tag: v2.6a1~2049 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=071d1ae1362e4444a28c66d9e49e36776efdd3a3;p=thirdparty%2FPython%2Fcpython.git Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more stable FTP. Will backport. --- diff --git a/Lib/urllib.py b/Lib/urllib.py index 834a42fc49cb..0fc9b28f4556 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', ]