New submission from R. David Murray <rdmur...@bitdance.com>: It seems like time.xmlrpc.com is gone (again?). That service was provided by userland.com, who have an xmlrpc server that they mention in their documentation examples (see for example http://frontier.userland.com/changes/kernel71) which argues that they will probably keep the service alive.
The attached patch adds a second test to test_xmlrpc_net to access the example service directly at userland, and changes both tests to raise unittest.SkipTest if the service is not accessible. ---------- assignee: r.david.murray components: Tests files: test_xmlrpc_net.patch keywords: easy, patch, patch messages: 90763 nosy: r.david.murray priority: low severity: normal stage: patch review status: open title: Make test_xmlrpc_net functional in the absence of time.xmlrpc.com type: behavior versions: Python 3.1, Python 3.2 Added file: http://bugs.python.org/file14528/test_xmlrpc_net.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6533> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com