[Patches] [ python-Patches-893642 ] SimpleXMLRPCServer.py optional allow_none argument

SourceForge.net noreply at sourceforge.net
Sun Dec 4 17:35:13 CET 2005


Patches item #893642, was opened at 2004-02-09 14:59
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=893642&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
>Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Li Zou (lzou)
>Assigned to: A.M. Kuchling (akuchling)
Summary: SimpleXMLRPCServer.py optional allow_none argument

Initial Comment:
xmlrpclip.ServerProxy support an optional allow_none 
argument while SimpleXMLRPCServer.py doesn't. This 
patch is a straightforward one to fix it.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2005-12-04 11:35

Message:
Logged In: YES 
user_id=11375

Applied in rev.41589; thanks!



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

Comment By: Titus Brown (titus)
Date: 2004-12-19 04:13

Message:
Logged In: YES 
user_id=23486

Updated patch to fix CGIXMLRPCRequestHandler & added patch to Lib/ 
documentation.

New diffs against current head available at

http://issola.caltech.edu/~t/transfer/patch-893642-xmlrpc.diff

This patch should not change any behavior.  It only allows overriding
of default behavior (which is to not allow_none).  Recommend apply.

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

Comment By: Mark McClain (mmcclain)
Date: 2004-02-17 16:57

Message:
Logged In: YES 
user_id=978042

The patch needs to address the CGIXMLDispatcher too. Otherwise it is the 
same as the one that I did last fall, but have been slow to post here.

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

Comment By: Mark McClain (mmcclain)
Date: 2004-02-17 16:54

Message:
Logged In: YES 
user_id=978042

The patch needs to address the CGIXMLDispatcher too. Otherwise it is the 
same as the one that I did last fall, but have been slow to post here.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=893642&group_id=5470


More information about the Patches mailing list