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: xmlrpc howto link incorrect
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: effbot, jonmarsh
Priority: normal Keywords:

Created on 2005-12-23 14:02 by jonmarsh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27134 - (view) Author: Jonathan Marshall (jonmarsh) Date: 2005-12-23 14:02
Clicking the link for the xml-rpc HOWTO in the xml-rpc
module documentation results in an error 404.

This is true for both the 2.3 and 2.4 documentation on
pages
http://www.python.org/doc/2.3.5/lib/module-xmlrpclib.html
and http://docs.python.org/lib/module-xmlrpclib.html

The target page is
http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto.html.
Perhaps it should be
http://tldp.org/HOWTO/XML-RPC-HOWTO/index.html ?
msg27135 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2005-12-23 18:03
Logged In: YES 
user_id=38376

This is a duplicate of http://www.python.org/sf/1368827
(which is already fixed in the trunk)
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42721
2005-12-23 14:02:54jonmarshcreate