From: Berker Peksag <berker.peksag@gmail.com>
Date: Sun, 11 Sep 2016 12:46:47 +0000 (+0300)
Subject: Use HTTP in testPythonOrg
X-Git-Tag: v3.6.0b1~49
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3c1728bb6641208a9e253af4ffeda23bc464bbe;p=python

Use HTTP in testPythonOrg
---

diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
index 27201a0670..d4bf45376a 100644
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -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"))