[issue20753] disable test_robotparser test that uses an invalid URL

2014-06-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e08ca451b34 by Berker Peksag in branch '3.4': Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without threads. http://hg.python.org/cpython/rev/0e08ca451b34 New changeset 394e6bda5a70 by Berker Peksag in branch 'default': Iss

[issue20753] disable test_robotparser test that uses an invalid URL

2014-06-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: The patch was good and captured what was required. I made some minor modifications and committed it in 3.4 and 3.5 Thanks for the patch, Vajrasky Kok. -- assignee: -> orsenthil nosy: +orsenthil resolution: -> fixed stage: needs patch -> resolved sta

[issue20753] disable test_robotparser test that uses an invalid URL

2014-06-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16d8240ff841 by Senthil Kumaran in branch '3.4': issue20753 - robotparser tests should not rely upon external resource when not required. http://hg.python.org/cpython/rev/16d8240ff841 New changeset 74cd8abcc302 by Senthil Kumaran in branch 'default

[issue20753] disable test_robotparser test that uses an invalid URL

2014-02-24 Thread Vajrasky Kok
Vajrasky Kok added the comment: Okay, here is my attempt to rewrite the test using local web server. I copied and modified the code from Lib/test/test_socketserver.py. The website mueblesmoraleda can not be accessed so I could only guess what the intention of this test was. I am not sure whet

[issue20753] disable test_robotparser test that uses an invalid URL

2014-02-23 Thread R. David Murray
R. David Murray added the comment: There are tests where we have good reasons why we hit external servers, and this is why the 'network' resource is not on by default. That said, this doesn't appear to be a test that has a good reason to hit an external resource, since it should certainly be p

[issue20753] disable test_robotparser test that uses an invalid URL

2014-02-23 Thread Larry Hastings
Changes by Larry Hastings : -- title: disable test_robotparser -> disable test_robotparser test that uses an invalid URL ___ Python tracker ___ _