]> granicus.if.org Git - python/commitdiff
Add missing parameter in SimpleXMLRPCServer signature.
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:58:12 +0000 (20:58 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:58:12 +0000 (20:58 +0000)
Doc/library/simplexmlrpcserver.rst

index 72b23654e57d94f0d6569a652d87f9015ba0b806..c0819bfbf87572ef401249b9beb456e9e67bcfbd 100644 (file)
@@ -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*