SIGN IN SIGN UP

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)
M
Martin Panter committed
1c5e715d8fac43ecf0dc9e13192b389910ae22e3
Parent: 0334c3c