]> granicus.if.org Git - python/commitdiff
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must...
authorCollin Winter <collinw@gmail.com>
Mon, 12 Mar 2007 01:55:54 +0000 (01:55 +0000)
committerCollin Winter <collinw@gmail.com>
Mon, 12 Mar 2007 01:55:54 +0000 (01:55 +0000)
stable FTP.
Will backport.

Lib/urllib.py

index 834a42fc49cbd6bce61f8694a31a284109d94029..0fc9b28f4556768cf4ce59909ac13b5c8c96acb6 100644 (file)
@@ -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',
             ]