Merge with 3.2.

This commit is contained in:
Georg Brandl 2012-06-24 20:07:40 +02:00
commit 87903c14bc

View file

@ -39,7 +39,7 @@ def test_current_time(self):
def test_python_builders(self):
# Get the list of builders from the XMLRPC buildbot interface at
# python.org.
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
server = xmlrpclib.ServerProxy("http://buildbot.python.org/all/xmlrpc/")
try:
builders = server.getAllBuilders()
except socket.error as e: