Re: [Python-Dev] issue 6654

2009-08-10 Thread Brett Cannon
2009/8/10 Nick Coghlan > Kristján Valur Jónsson wrote: > > I‘ve had no response to this yet. Is no one using xmlrpc? > > It sounds like a reasonable feature to me, but I'm one of those that > doesn't actually use xmlrpc so my +0 or +1 probably isn't very > meaningful to you... Ditto. _

Re: [Python-Dev] issue 6654

2009-08-10 Thread Nick Coghlan
Kristján Valur Jónsson wrote: > I‘ve had no response to this yet. Is no one using xmlrpc? It sounds like a reasonable feature to me, but I'm one of those that doesn't actually use xmlrpc so my +0 or +1 probably isn't very meaningful to you... Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.

Re: [Python-Dev] issue 6654

2009-08-10 Thread Kristján Valur Jónsson
I've had no response to this yet. Is no one using xmlrpc? To clarify the feature: The xmlrpc server invokes a "dispatch" method on a dispatcher object (typcillay, just itself) to process xmlrpc requests. The "path" from the xmlrpc request is not provided. By providing this path, it becomes pos