This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make test_xmlrpc_net functional in the absence of time.xmlrpc.com
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: r.david.murray Nosy List: r.david.murray
Priority: low Keywords: easy, patch

Created on 2009-07-21 16:01 by r.david.murray, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_xmlrpc_net.patch r.david.murray, 2009-07-21 16:01 review
Messages (2)
msg90763 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-07-21 16:01
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.
msg124720 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-12-27 18:02
The skip was added and the service is back and has been for a while, so I'm closing this, but see also issue 6027.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50782
2010-12-27 18:02:23r.david.murraysetstatus: open -> closed

messages: + msg124720
resolution: out of date
stage: patch review -> resolved
2009-07-21 16:01:17r.david.murraycreate