[Zope-dev] XMLRPC with varargs

Andy McKay andy@agmweb.ca
Thu, 20 Mar 2003 18:19:17 -0800


> 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