Kaydet (Commit) 547a3167 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Fix pyclbr test of httplib without really understanding pyclbr.

It seems that the new class HTTP11 in httplib.test() isn't
discoverable by pyclbr, which causes this test to fail.
üst 0522d989
......@@ -140,7 +140,8 @@ class PyclbrTest(unittest.TestCase):
cm('aifc', ignore=('openfp',)) # set with =
cm('httplib', ignore=('error', # set with =
'HTTPS')) # not on all platforms
'HTTPS',
'HTTP11')) # not on all platforms
cm('Cookie', ignore=('__str__', 'Cookie')) # set with =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment