Use HTTP in testPythonOrg
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
index 27201a0..d4bf453 100644
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -276,7 +276,7 @@
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"))