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 larry
Recipients larry
Date 2014-02-23.23:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393197913.25.0.58929774722.issue20753@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/tests/test_robotparser.py uses the following url:
    http://mueblesmoraleda.com/robots.txt

That file now serves a 404.

This should be disabled for 3.4, and the test rewritten for 3.5.  If we get a patch quickly I would probably cherry-pick it for 3.4 final.

Aside: it is REALLY IRRITATING that we have tests in the standard library that hit external web sites.  The standard library regression test suite should *not* rely on network access.  Can the rewritten test please spin up a local web server (http.server) and serve a robotx.txt that way?
History
Date User Action Args
2014-02-23 23:25:13larrysetrecipients: + larry
2014-02-23 23:25:13larrysetmessageid: <1393197913.25.0.58929774722.issue20753@psf.upfronthosting.co.za>
2014-02-23 23:25:13larrylinkissue20753 messages
2014-02-23 23:25:12larrycreate