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

stable FTP.
Backported from r54278.
This commit is contained in:
Collin Winter 2007-03-12 01:57:49 +00:00
parent fbf1f3e602
commit 98d1a4d727
1 changed files with 1 additions and 1 deletions

View File

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