[issue1613573] xmlrpclib ServerProxy uses old httplib interface

STINNER Victor report at bugs.python.org
Wed Sep 16 18:02:13 CEST 2009


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

@techtonik: I don't think that testing socket._have_ssl is better than testing
for HTTPSConnection. socket._have_ssl might be True, whereas
HTTPSConnection is missing for a random reason. xmlrpclib uses
HTTPSConnection, not directly the socket library. HTTPSConnection may be
implemented using something else than socket / ssl.

----------

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


More information about the Python-bugs-list mailing list