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

SourceForge.net noreply at sourceforge.net
Sun Dec 19 10:13:35 CET 2004


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

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Li Zou (lzou)
Assigned to: Nobody/Anonymous (nobody)
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: Titus Brown (titus)
Date: 2004-12-19 01: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 13: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 13: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