Re: Keyword args to SimpleXMLRPCServer

2007-12-17 Thread Gabriel Genellina
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

Re: Keyword args to SimpleXMLRPCServer

2007-12-17 Thread Terry Reedy
"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

Re: Keyword args to SimpleXMLRPCServer

2007-12-17 Thread Sean DiZazzo
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

Keyword args to SimpleXMLRPCServer

2007-12-17 Thread Sean DiZazzo
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