[Patches] [ python-Patches-1039083 ] SimpleXMLRPCServer optional allow_none / encoding arguments

SourceForge.net noreply at sourceforge.net
Sun Dec 4 17:59:22 CET 2005


Patches item #1039083, was opened at 2004-10-02 13:40
Message generated for change (Settings changed) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1039083&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: XML
>Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Guillermo M. Narvaja (guillon)
>Assigned to: A.M. Kuchling (akuchling)
Summary: SimpleXMLRPCServer optional allow_none / encoding arguments

Initial Comment:
xmlrpclip.ServerProxy supports an optional allow_none
and encoding 
arguments while SimpleXMLRPCServer.py doesn't.

The patch adds optional arguments to
SimpleXMLRPCDispatcher, SimpleXMLRPCServer and
CGIXMLRPCRequestHandler.

"encoding" and "allow_none" arguments are passed to
xmlrpclib.dumps calls in _marshalled_dispatch method.



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

Comment By: Guillermo M. Narvaja (guillon)
Date: 2004-10-02 13:52

Message:
Logged In: YES 
user_id=1132014

Old file removed.

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

Comment By: Guillermo M. Narvaja (guillon)
Date: 2004-10-02 13:50

Message:
Logged In: YES 
user_id=1132014

Fixed some large lines to fit in 78 columns.

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

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


More information about the Patches mailing list