commit | 1f2a1ae3884ef6a59861928eedbf11730b567202 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Wed Dec 16 10:50:44 2009 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Wed Dec 16 10:50:44 2009 +0000 |
tree | b4712541cc8c527b4f83ad4713a852964a5e83bf | |
parent | 21145ea947a4fb3caa5eb85eb5d5cfb51bf40052 [diff] |
Merged revisions 74558 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74558 | kristjan.jonsson | 2009-08-27 23:13:18 +0000 (fim., 27 ßg·. 2009) | 2 lines Issue 6654 Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests. ........