[issue6769] in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined

2010-01-13 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue6769] in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined

2009-08-24 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Thanks, that's a silly bug. fixed in revision 74543. Perhaps we need a https regression test in the test suite. -- ___ Python tracker _

[issue6769] in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined

2009-08-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: Kristjan, can you take a look? -- assignee: -> krisvale nosy: +loewis ___ Python tracker ___ ___ P

[issue6769] in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined

2009-08-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +krisvale priority: -> normal type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list m

[issue6769] in xmlrpclib.py: NameError: global name 'HTTPSConnection' is not defined

2009-08-23 Thread ivank
New submission from ivank : 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/