]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:19:24 +0000 (22:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Mar 2002 22:19:24 +0000 (22:19 +0000)
   exists.

Lib/urllib.py

index 2f0f847dbcfe885976b01fa73c6d235deb129dbb..2318a4c7395ec328962857d61a7bca854435b6cc 100644 (file)
@@ -1395,7 +1395,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',
             ]