From: Raymond Hettinger Date: Sat, 10 May 2003 05:37:13 +0000 (+0000) Subject: All two more modules with __all__. X-Git-Tag: v2.3c1~769 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7b4ce27f74901258f0b3af1fb9483d8f38feab8;p=thirdparty%2FPython%2Fcpython.git All two more modules with __all__. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 179127b1e926..21e68c36a008 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -80,6 +80,7 @@ class AllTest(unittest.TestCase): self.check_all("compileall") self.check_all("copy") self.check_all("copy_reg") + self.check_all("csv") self.check_all("dbhash") self.check_all("difflib") self.check_all("dircache") @@ -121,6 +122,7 @@ class AllTest(unittest.TestCase): self.check_all("nntplib") self.check_all("ntpath") self.check_all("opcode") + self.check_all("optparse") self.check_all("os") self.check_all("os2emxpath") self.check_all("pdb")