From: Andrew M. Kuchling Date: Mon, 18 Mar 2002 22:18:46 +0000 (+0000) Subject: To make 'urllib.py -t' run again, change FTP URL to a file that actually X-Git-Tag: v2.3c1~6439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56a42356b7c1e531c30ad5e9a22bd3626e5ddda0;p=python To make 'urllib.py -t' run again, change FTP URL to a file that actually exists. --- diff --git a/Lib/urllib.py b/Lib/urllib.py index 0a936c438c..0279749f88 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -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', ]