This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: example in ftplib.rst uses ftp.debian.org but it's not reachable
Type: Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, matrixise
Priority: normal Keywords: patch

Created on 2019-09-21 06:12 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16319 merged Kriyszig, 2019-09-21 06:30
Messages (2)
msg352929 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-09-21 06:12
In the first example of Doc/library/ftplib.rst, we use ftp.debian.org but the connection is refused. There is no automatic redirection to ftp.us.debian.org or another server. If we want to keep a consistent example, we should use ftp.us.debian.org or another server.
msg353285 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2019-09-26 09:22
New changeset a7414571a113815033fdc9f7abb3f5a24e44c472 by Giampaolo Rodola (Prateek Nayak) in branch 'master':
bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319)
https://github.com/python/cpython/commit/a7414571a113815033fdc9f7abb3f5a24e44c472
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82425
2019-09-26 09:23:42giampaolo.rodolasetstatus: open -> closed
stage: patch review -> resolved
versions: - Python 3.7, Python 3.8
2019-09-26 09:22:36giampaolo.rodolasetnosy: + giampaolo.rodola
messages: + msg353285
2019-09-21 06:30:21Kriyszigsetkeywords: + patch
stage: patch review
pull_requests: + pull_request15896
2019-09-21 06:12:10matrixisecreate