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: bad external link in xmlrpc lib page
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: effbot, jeffbauer
Priority: normal Keywords:

Created on 2005-11-29 04:38 by jeffbauer, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg26938 - (view) Author: Jeff Bauer (jeffbauer) Date: 2005-11-29 04:38
This section of the current docs:
11.22 xmlrpclib -- XML-RPC client access
http://docs.python.org/lib/module-xmlrpclib.html
... has the following bad link:

http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto.html

We could still list this useful external link in our docs:
http://xmlrpc-c.sourceforge.net
msg26939 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2005-11-29 11:14
Logged In: YES 
user_id=38376

The new permalink for the XML-RPC HOWTO seems to be:

http://www.tldp.org/HOWTO/XML-RPC-HOWTO/index.html
msg26940 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2005-11-29 11:25
Logged In: YES 
user_id=38376

The HOWTO document includes links to the XMLRPC-C site, as
well as to other useful (and working) links.  Just fixing
the broken URL should be good enough, for now.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42640
2005-11-29 04:38:37jeffbauercreate