From: Tim Peters Date: Thu, 11 Apr 2002 19:54:11 +0000 (+0000) Subject: Stop sucking up xmllib -- it's deprecated. X-Git-Tag: v2.3c1~6049 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c14efe69656b83615c393f822b7cfeb21fb3bab;p=python Stop sucking up xmllib -- it's deprecated. --- diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 52fb2ad68b..c745720282 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -106,7 +106,6 @@ class PyclbrTest(unittest.TestCase): '_ismodule', '_classify_class_attrs']) self.checkModule('rfc822') - self.checkModule('xmllib') self.checkModule('difflib') def test_others(self):