Patches item #1039083, was opened at 2004-10-02 13:40 Message generated for change (Comment added) 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: Closed >Resolution: Accepted 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: A.M. Kuchling (akuchling) Date: 2005-12-04 12:13 Message: Logged In: YES user_id=11375 Applied to rev41591; thanks for your patch! ---------------------------------------------------------------------- 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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
