[Patches] [ python-Patches-531629 ] Add multicall support to
xmlrpclib
SourceForge.net
noreply at sourceforge.net
Fri Oct 31 08:50:06 EST 2003
Patches item #531629, was opened at 2002-03-19 00:00
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=531629&group_id=5470
Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Brian Quinlan (bquinlan)
Assigned to: Martin v. Löwis (loewis)
Summary: Add multicall support to xmlrpclib
Initial Comment:
Adds a new object to xmlrpclib that allows the user to
boxcared XML-RPC requests e.g.
server_proxy = ServerProxy(...)
multicall = MultiCall(server_proxy)
multicall.add(2,3)
multicall.get_address("Guido")
add_result, address = multicall()
see http://www.xmlrpc.com/discuss/msgReader$1208
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-31 14:50
Message:
Logged In: YES
user_id=21627
Thanks for the patch. Applied as
libxmlrpclib.tex 1.15
xmlrpclib.py 1.31
NEWS 1.883
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=531629&group_id=5470
More information about the Patches
mailing list