[Patches] [ python-Patches-531629 ] Add multicall support to xmlrpclib

SourceForge.net noreply at sourceforge.net
Mon Aug 16 07:24:26 CEST 2004


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: 2004-08-16 07:24

Message:
Logged In: YES 
user_id=21627

Do you think that 1.5.2 compatibility is still desirable? I
don't think so, and would prefer to change PEP 291 instead.

----------------------------------------------------------------------

Comment By: Anthony Baxter (anthonybaxter)
Date: 2004-08-16 06:37

Message:
Logged In: YES 
user_id=29957

This patch broke Python 1.5.2 compatibility, as documented
in PEP 291, and at the top of the file :-/


----------------------------------------------------------------------

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