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 samwyse
Recipients acooke, cloverprince, draghuram, samwyse, terry.reedy, vstinner
Date 2010-07-12.05:10:50
SpamBayes Score 0.00020721264
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
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 <[email protected]>wrote:

>
> Terry J. Reedy <[email protected]> added the comment:
>
> In 3.x, class  SimpleXMLRPCServer lives in module xmlrpc.server
>
> ----------
> nosy: +tjreedy
> versions: +Python 3.2 -Python 2.5
>
> _______________________________________
> Python tracker <[email protected]>
> <http://bugs.python.org/issue3058>
> _______________________________________
>
Files
File name Uploaded
unnamed samwyse, 2010-07-12.05:10:47
History
Date User Action Args
2010-07-12 05:10:52samwysesetrecipients: + samwyse, terry.reedy, vstinner, draghuram, acooke, cloverprince
2010-07-12 05:10:50samwyselinkissue3058 messages
2010-07-12 05:10:50samwysecreate