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.

Author vstinner
Recipients python-dev, vstinner
Date 2015-04-07.11:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428404612.81.0.782719001944.issue23881@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7 used ftp://ftp.kernel.org/pub/linux/kernel/README whereas Python 3.4/3.6 uses ftp://ftp.debian.org/debian/README.

Right now, ftp://ftp.kernel.org/pub/linux/kernel/README doesn't respond. So I also modified Python 2.7 to uses ftp.debian.org as Python 3.4/3.5.

Is there a FTP vulnerability in the wild and some public FTP servers are down because of that? Or is it a network connectivity issue?
History
Date User Action Args
2015-04-07 11:03:32vstinnersetrecipients: + vstinner, python-dev
2015-04-07 11:03:32vstinnersetmessageid: <1428404612.81.0.782719001944.issue23881@psf.upfronthosting.co.za>
2015-04-07 11:03:32vstinnerlinkissue23881 messages
2015-04-07 11:03:32vstinnercreate