Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26af3b2

Browse files
committed
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
1 parent 496660c commit 26af3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_xmlrpc_net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_current_time(self):
3939
def test_python_builders(self):
4040
# Get the list of builders from the XMLRPC buildbot interface at
4141
# python.org.
42-
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
42+
server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
4343
try:
4444
builders = server.getAllBuilders()
4545
except socket.error as e:

0 commit comments

Comments
 (0)