Message110066
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.
On Thu, Jul 8, 2010 at 11:33 PM, Terry J. Reedy <report@bugs.python.org>wrote:
>
> 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>
> _______________________________________
> |
File name |
Uploaded |
unnamed
|
samwyse,
2010-07-12.05:10:47
|
|
Date |
User |
Action |
Args |
2010-07-12 05:10:52 | samwyse | set | recipients:
+ samwyse, terry.reedy, vstinner, draghuram, acooke, cloverprince |
2010-07-12 05:10:50 | samwyse | link | issue3058 messages |
2010-07-12 05:10:50 | samwyse | create | |
|