This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaginsberg
Recipients
Date 2005-11-18.16:22:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.

History
Date User Action Args
2007-08-23 15:44:38adminlinkissue1360243 messages
2007-08-23 15:44:38admincreate