STINNER Victor <[email protected]> added the comment:

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).

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7093>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to