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

SourceForge.net noreply at sourceforge.net
Sat Oct 2 19:50:16 CEST 2004


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

Category: XML
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Guillermo M. Narvaja (guillon)
Assigned to: Nobody/Anonymous (nobody)
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 14: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