From b7eda1d5707de96c4e19b2d08e1f108e1728dcc4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 12 Jul 2002 16:03:09 +0000 Subject: [PATCH] Backport: Remove httplib from tested modules. The test of httplib makes it difficult to maintain httplib. There are two many idioms that pyclbr doesn't seem to understand, and I don't understand how to update these tests to make them work. Also remove commented out test of urllib2. --- Lib/test/test_pyclbr.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 9e56e9e50205..36a39476bcaa 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -126,23 +126,10 @@ class PyclbrTest(unittest.TestCase): 'getproxies_registry', # set with = 'open_https')) # not on all platforms - #XXXX bad example - #cm('urllib2', ignore=('at_cnri', # defined inside __main__ - # '__super_init', # set with =. - # '_HTTPError__super_init', # set with =. - # 'http_error_301', # set with =. - # )) - - - cm('pickle', ignore=('g',)) # deleted declaration cm('aifc', ignore=('openfp',)) # set with = - cm('httplib', ignore=('error', # set with = - 'HTTPS', - 'HTTP11')) # not on all platforms - cm('Cookie', ignore=('__str__', 'Cookie')) # set with = cm('sre_parse', ignore=('literal', # nested def -- 2.47.3