mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Merged revisions 81419 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81419 | georg.brandl | 2010-05-21 22:58:12 +0200 (Fr, 21 Mai 2010) | 1 line Add missing parameter in SimpleXMLRPCServer signature. ........
This commit is contained in:
parent
5c3840c831
commit
81d1f4045b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ XML-RPC servers written in Python. Servers can either be free standing, using
|
||||||
:class:`CGIXMLRPCRequestHandler`.
|
: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
|
Create a new server instance. This class provides methods for registration of
|
||||||
functions that can be called by the XML-RPC protocol. The *requestHandler*
|
functions that can be called by the XML-RPC protocol. The *requestHandler*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue