Patches item #1360243, was opened at 2005-11-18 09:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1360243&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.4 Status: Open Resolution: None Priority: 5 Submitted By: Joshua Ginsberg (jaginsberg) Assigned to: Nobody/Anonymous (nobody) Summary: Add XML-RPC Fault Interoperability to XMLRPC libraries Initial Comment: Patched against 2.4.2 SimpleXMLRPCServer.py * Added SimpleXMLRPCDispatcher.register_capability() to manage results for system.getCapabilities() RPC call. * Added SimpleXMLRPCDispatcher.register_fault_interop_spec() to make fault codes compliant with the specification * Abstracted fault code constants. xmlrpclib.py * Added more detailed exception raising for failures in XML-RPC request parsing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1360243&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
