[issue7093] xmlrpclib.ServerProxy() doesn't support unicode uri

STINNER Victor report at bugs.python.org
Sat Sep 11 00:36:47 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Well, it was trivial to workaround this bug in my application (convert host to bytes using explicit host = str(host)). Python3 doesn't have this issue and Python 2.7 is released, I prefer to close this bug as wont fix.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7093>
_______________________________________


More information about the Python-bugs-list mailing list