We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496660c commit 26af3b2Copy full SHA for 26af3b2
1 file changed
Lib/test/test_xmlrpc_net.py
@@ -39,7 +39,7 @@ def test_current_time(self):
39
def test_python_builders(self):
40
# Get the list of builders from the XMLRPC buildbot interface at
41
# python.org.
42
- server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
+ server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
43
try:
44
builders = server.getAllBuilders()
45
except socket.error as e:
0 commit comments