mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
To make 'urllib.py -t' run again, change FTP URL to a file that actually
exists.
This commit is contained in:
parent
b622a81e56
commit
56a42356b7
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue