Alexandre Vassalotti <alexan...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6360>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to