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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56a42356b7c1e531c30ad5e9a22bd3626e5ddda0;p=thirdparty%2FPython%2Fcpython.git 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 0a936c438c6b..0279749f8896 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', ]