Commit 56a42356 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

To make 'urllib.py -t' run again, change FTP URL to a file that actually

   exists.
parent b622a81e
...@@ -1394,7 +1394,7 @@ def test(args=[]): ...@@ -1394,7 +1394,7 @@ def test(args=[]):
'/etc/passwd', '/etc/passwd',
'file:/etc/passwd', 'file:/etc/passwd',
'file://localhost/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/', ## 'gopher://gopher.micro.umn.edu/1/',
'http://www.python.org/index.html', 'http://www.python.org/index.html',
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment