More importantly, the dispatch method is now part of the SimpleXMLRPCDispatcher, which (as a mix-in class) has no direct access to the RequestHandler instance that comprises the request. This breaks Victor's and my idea, unless one is willing to subclass SimpleXMLRPCRequestHandler to provide a_dispatch method. The ability to do this, however, is only provided for backward compatibility and I doubt it could be part of a general solution.
Terry J. Reedy <tjreedy@udel.edu> added the comment:
In 3.x, class SimpleXMLRPCServer lives in module xmlrpc.server
----------
nosy: +tjreedy
versions: +Python 3.2 -Python 2.5
_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue3058>
_______________________________________