This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jelly.Chen
Recipients Jelly.Chen
Date 2010-02-21.17:56:18
SpamBayes Score 0.000504481
Marked as misclassified No
Message-id <1266774979.92.0.0106793526152.issue7977@psf.upfronthosting.co.za>
In-reply-to
Content
i found Python 3.1 xmlrpc lib use "<param>" not properly. and i have fixed it.
please have a look at the attachment

wrong.txt is the output of client_old.py, it use <param> not properly.
right.txt is the output of client.py, it use <param> properly.
History
Date User Action Args
2010-02-21 17:56:20Jelly.Chensetrecipients: + Jelly.Chen
2010-02-21 17:56:19Jelly.Chensetmessageid: <1266774979.92.0.0106793526152.issue7977@psf.upfronthosting.co.za>
2010-02-21 17:56:18Jelly.Chenlinkissue7977 messages
2010-02-21 17:56:18Jelly.Chencreate