]> granicus.if.org Git - python/commitdiff
Fix pyclbr test of httplib without really understanding pyclbr.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 21:31:59 +0000 (21:31 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 8 Mar 2002 21:31:59 +0000 (21:31 +0000)
It seems that the new class HTTP11 in httplib.test() isn't
discoverable by pyclbr, which causes this test to fail.

Lib/test/test_pyclbr.py

index 1a241cfa8e877aadc2df8cb7480fab2b21c2bccb..52fb2ad68bfd9809852a3ccb765e2a1a1ecd854b 100644 (file)
@@ -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 =