Issue 6769: in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined (original) (raw)

Line 1491 of xmlrpclib.py should be

self._connection = host, httplib.HTTPSConnection(chost, None, **(x509 or {}))

instead of

self._connection = host, HTTPSConnection(chost, None, **(x509 or {}))

File "/opt/Python-latest/lib/python2.7/site-packages/bzrlib/plugins/launchpad/lp_registration.py", line 166, in send_request result = method(*method_params) File "/opt/Python-latest/lib/python2.7/xmlrpclib.py", line 1224, in call return self.__send(self.__name, args) File "/opt/Python-latest/lib/python2.7/xmlrpclib.py", line 1570, in __request verbose=self.__verbose File "/opt/Python-latest/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/opt/Python-latest/lib/python2.7/xmlrpclib.py", line 1284, in single_request h = self.make_connection(host) File "/opt/Python-latest/lib/python2.7/xmlrpclib.py", line 1491, in make_connection self._connection = host, HTTPSConnection(chost, None, **(x509 or {})) NameError: global name 'HTTPSConnection' is not defined

bzr 1.15 on python 2.7a0 (linux2)

I think this has been broken for around two weeks, maybe more. I don't know if this is broken in 3.x.