21 Mar
2003
21 Mar
'03
2:19 a.m.
But I was talking only about implementation of server side function and, I think, it is possible use python specialities without desagree XMLRPC cross language technology. In this case, only '*' arguments.
If I make a call like Foo( 1, 2 )
The server side implementation could be
def Foo( a, b )
or
def Foo( *a )
I think that is a valid point. However I would enter a bug into the collector and add the patch there. Otherwise it will get lost in the traffic that is the mailing list and no action will happen. Thanks -- Andy McKay