summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdocxmlrpc.tex
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-03-10 14:41:48 (GMT)
committerCollin Winter <collinw@gmail.com>2007-03-10 14:41:48 (GMT)
commitae04106a0ebf271b4c4f3ce04c1ee84cab9b43fe (patch)
tree1fc1a6e52d138459fc058cff6b4ba5b13c779bda /Doc/lib/libdocxmlrpc.tex
parent3351aa7dd509c72335fd37a7eae79e62ba48f773 (diff)
downloadcpython-ae04106a0ebf271b4c4f3ce04c1ee84cab9b43fe.zip
cpython-ae04106a0ebf271b4c4f3ce04c1ee84cab9b43fe.tar.gz
cpython-ae04106a0ebf271b4c4f3ce04c1ee84cab9b43fe.tar.bz2
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
Diffstat (limited to 'Doc/lib/libdocxmlrpc.tex')
-rw-r--r--Doc/lib/libdocxmlrpc.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libdocxmlrpc.tex b/Doc/lib/libdocxmlrpc.tex
index 2f1e6ca..0dd4c6d 100644
--- a/Doc/lib/libdocxmlrpc.tex
+++ b/Doc/lib/libdocxmlrpc.tex
@@ -14,8 +14,12 @@ HTTP GET requests. Servers can either be free standing, using
\class{DocXMLRPCServer}, or embedded in a CGI environment, using
\class{DocCGIXMLRPCRequestHandler}.
-\begin{classdesc}{DocXMLRPCServer}{addr\optional{,
- requestHandler\optional{, logRequests}}}
+\begin{classdesc}{DocXMLRPCServer}{addr\optional{,
+ requestHandler\optional{,
+ logRequests\optional{,
+ allow_none\optional{,
+ encoding\optional{,
+ bind_and_activate}}}}}}
Create a new server instance. All parameters have the same meaning as
for \class{SimpleXMLRPCServer.SimpleXMLRPCServer};