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 <AANLkTin1jhvYdsdjOXNpSkvOEt_eTHL6L9I25s6_i0nY@mail.gmail.com>
In-reply-to <1278650005.0.0.572294705877.issue3058@psf.upfronthosting.co.za>
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 <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>
> _______________________________________
>
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