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

exists.
This commit is contained in:
Andrew M. Kuchling 2002-03-18 22:18:46 +00:00
parent b622a81e56
commit 56a42356b7
1 changed files with 1 additions and 1 deletions

View 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',
]