Commit 071d1ae1 authored by Collin Winter's avatar Collin Winter

Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more

stable FTP.
Will backport.
parent a5e76487
......@@ -1471,7 +1471,7 @@ def test(args=[]):
'/etc/passwd',
'file:/etc/passwd',
'file://localhost/etc/passwd',
'ftp://ftp.python.org/pub/python/README',
'ftp://ftp.gnu.org/pub/README',
## 'gopher://gopher.micro.umn.edu/1/',
'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