summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index ce352af..ae3a5bd 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -126,25 +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 =
- 'sendall', # set with =
- '_closedsocket', # it's a nested class
- 'HTTPS',
- 'HTTP11')) # not on all platforms
-
cm('Cookie', ignore=('__str__', 'Cookie')) # set with =
cm('sre_parse', ignore=('literal', # nested def