[issue6360] Simplify string decoding in xmlrpc.client.

Alexandre Vassalotti report at bugs.python.org
Mon Jun 29 08:30:06 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Oops, I forgot to update my client in my last message. The sample trace
run should make more sense now.

#!/usr/bin/python3.2
# xmlclient.py
import xmlrpc.client
server_proxy = xmlrpc.client.ServerProxy("http://localhost:8000")
print(server_proxy.print_str("Bonjour"))
print(server_proxy.print_str("Je suis à Montréal"))

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6360>
_______________________________________


More information about the Python-bugs-list mailing list