[New-bugs-announce] [issue6533] Make test_xmlrpc_net functional in the absence of time.xmlrpc.com

R. David Murray report at bugs.python.org
Tue Jul 21 18:01:19 CEST 2009


New submission from R. David Murray <rdmurray at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6533>
_______________________________________


More information about the New-bugs-announce mailing list