[issue6654] Add "path" to the xmrlpc dispatcher method

2009-12-16 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Committed revision 76855 to py3k -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6654] Add "path" to the xmrlpc dispatcher method

2009-12-13 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: yes, I'll do so as soon as I'm able. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6654] Add "path" to the xmrlpc dispatcher method

2009-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Hi, Kristjan. Could you port your commit to py3? -- nosy: +benjamin.peterson ___ Python tracker ___ _

[issue6654] Add "path" to the xmrlpc dispatcher method

2009-08-27 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: After a short discussion on python-dev (http://mail.python.org/pipermail/python-dev/2009-August/091069.html) there were no objections. On python-ideas there were no responses. Commited as revision 74558 -- resolution: -> accepted status: o

[issue6654] Add "path" to the xmrlpc dispatcher method

2009-08-05 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson : I've created http://codereview.appspot.com/100046 on Rietveld: by passing the "path" component of the xmlrpc request to the dispatch method, it becomes possible to dispatch differently according to this. This patch provides that addition. Additiona