]> granicus.if.org Git - python/commit
Issue 6654
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 27 Aug 2009 23:13:18 +0000 (23:13 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 27 Aug 2009 23:13:18 +0000 (23:13 +0000)
commit429677ec38586d61cee479da9addf31ed1b2b1c0
treeb8a8b50fba06d36fc9bb6e8c3611f98c446aa84b
parente2a77980b630dfcfdd2c934534c4a8847b93b927
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.
Lib/SimpleXMLRPCServer.py
Lib/test/test_xmlrpc.py