From: Georg Brandl Date: Fri, 21 May 2010 20:58:12 +0000 (+0000) Subject: Add missing parameter in SimpleXMLRPCServer signature. X-Git-Tag: v2.7rc1~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=233eb540511c1ad8ebd3dbc6fa98b4db9ad56ae0;p=thirdparty%2FPython%2Fcpython.git Add missing parameter in SimpleXMLRPCServer signature. --- diff --git a/Doc/library/simplexmlrpcserver.rst b/Doc/library/simplexmlrpcserver.rst index 72b23654e57d..c0819bfbf875 100644 --- a/Doc/library/simplexmlrpcserver.rst +++ b/Doc/library/simplexmlrpcserver.rst @@ -20,7 +20,7 @@ XML-RPC servers written in Python. Servers can either be free standing, using :class:`CGIXMLRPCRequestHandler`. -.. class:: SimpleXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding]]]]) +.. class:: SimpleXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_activate]]]]) Create a new server instance. This class provides methods for registration of functions that can be called by the XML-RPC protocol. The *requestHandler*