Author alexandre.vassalotti
Recipients alexandre.vassalotti, loewis
Date 2009-06-29.06:30:05
SpamBayes Score 8.68517e-05
Marked as misclassified No
Message-id <1246257006.23.0.37537253246.issue6360@psf.upfronthosting.co.za>
In-reply-to
Content
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"))
History
Date User Action Args
2009-06-29 06:30:06alexandre.vassalottisetrecipients: + alexandre.vassalotti, loewis
2009-06-29 06:30:06alexandre.vassalottisetmessageid: <1246257006.23.0.37537253246.issue6360@psf.upfronthosting.co.za>
2009-06-29 06:30:05alexandre.vassalottilinkissue6360 messages
2009-06-29 06:30:05alexandre.vassalotticreate