Skip to content

Commit a3c1728

Browse files
committed
Use HTTP in testPythonOrg
1 parent fa0c885 commit a3c1728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_robotparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def testPythonOrg(self):
276276
support.requires('network')
277277
with support.transient_internet('www.python.org'):
278278
parser = urllib.robotparser.RobotFileParser(
279-
"https://www.python.org/robots.txt")
279+
"http://www.python.org/robots.txt")
280280
parser.read()
281281
self.assertTrue(
282282
parser.can_fetch("*", "http://www.python.org/robots.txt"))

0 commit comments

Comments
 (0)