Commit b7b4ce27 authored by Raymond Hettinger's avatar Raymond Hettinger

All two more modules with __all__.

parent eca984fc
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment