Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3c1728

Browse files
committed
Use HTTP in testPythonOrg
1 parentfa0c885 commita3c1728

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
withsupport.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)

[8]ページ先頭

©2009-2025 Movatter.jp