Merged revisions 63698 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63698 | benjamin.peterson | 2008-05-26 11:22:27 -0500 (Mon, 26 May 2008) | 2 lines

  add __all__ to test_support
........
This commit is contained in:
Benjamin Peterson 2008-05-26 16:26:37 +00:00
parent fbeb6b65c9
commit 744c2cd325
2 changed files with 14 additions and 0 deletions

View file

@ -133,6 +133,7 @@ class AllTest(unittest.TestCase):
self.check_all("tarfile")
self.check_all("telnetlib")
self.check_all("tempfile")
self.check_all("test.support")
self.check_all("textwrap")
self.check_all("threading")
self.check_all("timeit")