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


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to