[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +24626 pull_request: https://github.com/python/cpython/pull/25970 ___ Python tracker ___ __

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +24625 pull_request: https://github.com/python/cpython/pull/25969 ___ Python tracker _

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread Senthil Kumaran
Change by Senthil Kumaran : -- pull_requests: +24624 pull_request: https://github.com/python/cpython/pull/25968 ___ Python tracker ___ _

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2021-05-07 Thread Senthil Kumaran
Senthil Kumaran added the comment: This has been fixed here - https://github.com/python/cpython/pull/2755/files Python docs demonstrate the usage of ftplib using ftp.debian.org. I think, it is perfectly reasonable and welcome thing to do so. https://docs.python.org/3/library/ftplib.html Clos

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2017-04-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: I had started taking some action on it recently: https://github.com/python/pythondotorg/issues/1069 I verified that only one test module is affected and rest of our ftp.debian.org references are examples/docstrings that will need to be updated eventually too

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2017-04-25 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30164] Testing FTP support in urllib shouldn't use Debian FTP server

2017-04-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: test_urllib2net.py uses ftp://ftp.debian.org/ for testing FTP support in urllib. But Debian just announced shutting down its public FTP services. https://lists.debian.org/debian-announce/2017/msg1.html -- components: Tests messages: 292299 nosy