mirror of
https://github.com/python/cpython.git
synced 2025-12-11 19:40:17 +00:00
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more
stable FTP. Will backport.
This commit is contained in:
parent
a5e764873a
commit
071d1ae136
1 changed files with 1 additions and 1 deletions
|
|
@ -1471,7 +1471,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/pub/python/README',
|
'ftp://ftp.gnu.org/pub/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',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue