En Mon, 17 Dec 2007 21:13:32 -0300, Sean DiZazzo <[EMAIL PROTECTED]>
escribió:
> Why is the following not working? Is there any way to get keyword
> arguments working with exposed XMLRPC functions?
>
> server.py
> import SocketServer
> from SimpleXMLRPCServer import
> SimpleXML
"Sean DiZazzo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Why is the following not working? Is there any way to get keyword
| arguments working with exposed XMLRPC functions?
|
| server.py
| import SocketServer
| from SimpleXMLRPCServer import
| SimpleXMLRPCSe
On Dec 17, 4:13 pm, Sean DiZazzo <[EMAIL PROTECTED]> wrote:
> Why is the following not working? Is there any way to get keyword
> arguments working with exposed XMLRPC functions?
>
> server.py
> import SocketServer
> from SimpleXMLRPCServer import
> SimpleXMLRPCServer,SimpleXMLRPC
Why is the following not working? Is there any way to get keyword
arguments working with exposed XMLRPC functions?
server.py
import SocketServer
from SimpleXMLRPCServer import
SimpleXMLRPCServer,SimpleXMLRPCRequestHandler
# Threaded mix-in
class
AsyncXMLRPCServer(SocketServer.Th