]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix errors in XML-RPC client example code
authorMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:04:22 +0000 (09:04 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:04:22 +0000 (09:04 +0000)
commit1c5e715d8fac43ecf0dc9e13192b389910ae22e3
tree9f45a25560e7c3b8a00baa61276e271684e65cef
parent0334c3c735a3616c5016b8013796ca08307f88de
Fix errors in XML-RPC client example code

* http.client.HTTP (does not exist in Python 3) → HTTPConnection
* Server (deprecated) → ServerProxy
* Transport.send_request() grew a new “debug” parameter in Python 3 (revision
  a528f7f8f97a)
Doc/library/xmlrpc.client.rst