]> granicus.if.org Git - python/commit
Fix errors in XML-RPC client example code
authorMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:10:54 +0000 (09:10 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:10:54 +0000 (09:10 +0000)
commit3e85838ee9e54c04d8f0fc337672dc9a10aa5e41
treeaaf095a87ed5ce4e658c3e7f7ba1ec993006493c
parent35bb78ef7be0601e25a818cf3e1d1cdd40df7dbb
Fix errors in XML-RPC client example code

* httplib.HTTP (deprecated and does not work) → HTTPConnection
* Server (deprecated) → ServerProxy
Doc/library/xmlrpclib.rst