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 vstinner
Recipients vstinner
Date 2009-10-09.15:00:27
SpamBayes Score 0.00061688776
Marked as misclassified No
Message-id <1255100429.17.0.550255466403.issue7093@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it looks that the issue is not on ServerProxy.__host, but on
ServerProxy.__handler. That's why my test uses "http://host:port/RPC2" instead
of "http://host:port". In the second case, the handler is set to the default value:
"/RPC2" which is str (and not unicode).
History
Date User Action Args
2009-10-09 15:00:29vstinnersetrecipients: + vstinner
2009-10-09 15:00:29vstinnersetmessageid: <1255100429.17.0.550255466403.issue7093@psf.upfronthosting.co.za>
2009-10-09 15:00:27vstinnerlinkissue7093 messages
2009-10-09 15:00:27vstinnercreate