Commit a3c1728b authored by Berker Peksag's avatar Berker Peksag

Use HTTP in testPythonOrg

parent fa0c8854
......@@ -276,7 +276,7 @@ class NetworkTestCase(unittest.TestCase):
support.requires('network')
with support.transient_internet('www.python.org'):
parser = urllib.robotparser.RobotFileParser(
"https://www.python.org/robots.txt")
"http://www.python.org/robots.txt")
parser.read()
self.assertTrue(
parser.can_fetch("*", "http://www.python.org/robots.txt"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment