]> granicus.if.org Git - python/commitdiff
To make 'urllib.py -t' run again, change FTP URL to a file that actually
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Mar 2002 22:18:46 +0000 (22:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Mar 2002 22:18:46 +0000 (22:18 +0000)
   exists.

Lib/urllib.py

index 0a936c438c6bea83fdb2db8c731b3e7761413946..0279749f88968c12ce352bc499e5fa06a6da4cbe 100644 (file)
@@ -1394,7 +1394,7 @@ def test(args=[]):
             '/etc/passwd',
             'file:/etc/passwd',
             'file://localhost/etc/passwd',
-            'ftp://ftp.python.org/etc/passwd',
+            'ftp://ftp.python.org/pub/python/README',
 ##          'gopher://gopher.micro.umn.edu/1/',
             'http://www.python.org/index.html',
             ]