Issue 1790: xmlrpclib ServerProxy page has out-of-date content (original) (raw)

Issue1790

Created on 2008-01-11 13:24 by vilya, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg59706 - (view) Author: Vilya Harvey (vilya) Date: 2008-01-11 13:24
The page at 'http://docs.python.org/lib/serverproxy-objects.html' contains the following text which should be removed as it's (a) not especially relevant; and (b) out of date: "Introspection methods are currently supported by servers written in PHP, C and Microsoft .NET. Partial introspection support is included in recent updates to UserLand Frontier. Introspection support for Perl, Python and Java is available at the XML-RPC Hacks page." In particular: Python has built in introspection support now; and the URL for the XML-RPC hacks page returns a 404 error.
msg59739 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-01-11 19:33
Text removed, and the link updated in rev. 59924. Thanks for reporting this!
History
Date User Action Args
2022-04-11 14:56:29 admin set github: 46123
2008-01-11 19:33:50 akuchling set status: open -> closedresolution: fixedmessages: +
2008-01-11 19:30:55 akuchling set assignee: akuchlingnosy: + akuchling
2008-01-11 13:24:19 vilya create