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.

Author r.david.murray
Recipients r.david.murray
Date 2009-07-21.16:01:16
SpamBayes Score 0.00097301905
Marked as misclassified No
Message-id <1248192079.14.0.84793941186.issue6533@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-21 16:01:19r.david.murraysetrecipients: + r.david.murray
2009-07-21 16:01:19r.david.murraysetmessageid: <1248192079.14.0.84793941186.issue6533@psf.upfronthosting.co.za>
2009-07-21 16:01:17r.david.murraylinkissue6533 messages
2009-07-21 16:01:17r.david.murraycreate