]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add io and _pyio to test___all__
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 01:14:45 +0000 (01:14 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 01:14:45 +0000 (01:14 +0000)
Lib/test/test___all__.py

index 052cc20c45d438f8b720fd1e5ecc028856083fa3..4b56749abef6731849322fd2da14692bcc719cc3 100644 (file)
@@ -75,6 +75,8 @@ class AllTest(unittest.TestCase):
         self.check_all("heapq")
         self.check_all("http.client")
         self.check_all("ihooks")
+        self.check_all("io")
+        self.check_all("_pyio")
         self.check_all("imaplib")
         self.check_all("imghdr")
         self.check_all("keyword")