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 benjamin.peterson, berker.peksag, brett.cannon, serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-30.07:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490860424.43.0.263434939934.issue29887@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin: "We should change the tests to fail if they get a 404."

Good idea. Currently, the test is explicitly skipped on this case. Since "-u urlfetch" option must be explicitly passed on the command line, it makes sense to fail on that case.

I proposed https://github.com/python/cpython/pull/905 change for that. Not sure if it's worth to backport such change to older Python versions?
History
Date User Action Args
2017-03-30 07:53:44vstinnersetrecipients: + vstinner, brett.cannon, terry.reedy, benjamin.peterson, berker.peksag, serhiy.storchaka
2017-03-30 07:53:44vstinnersetmessageid: <1490860424.43.0.263434939934.issue29887@psf.upfronthosting.co.za>
2017-03-30 07:53:44vstinnerlinkissue29887 messages
2017-03-30 07:53:44vstinnercreate