masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

testGetViaHttpsKeyCert fails with Python 3.2 #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
testGetViaHttpsKeyCert passes with Python 3.1 and fails with Python 3.2.

======================================================================
ERROR: testGetViaHttpsKeyCert (__main__.HttpTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "httplib2test.py", line 462, in testGetViaHttpsKeyCert
    self.assertEqual(http.connections["https:bitworking.org"].key_file, "akeyfile")
KeyError: 'https:bitworking.org'

----------------------------------------------------------------------

Original issue reported on code.google.com by Arfrever...@gmail.com on 7 Apr 2011 at 5:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in 
http://code.google.com/p/httplib2/source/detail?r=10643a96d1af57d7fb0df9a4edd808
3706e6418a

Original comment by joe.gregorio@gmail.com on 6 Jun 2011 at 8:42