From: Benjamin Peterson Date: Thu, 2 Apr 2009 01:14:45 +0000 (+0000) Subject: add io and _pyio to test___all__ X-Git-Tag: v3.1a2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9762a3eb87ac47fc2d72c99849cc8041ae53b06e;p=thirdparty%2FPython%2Fcpython.git add io and _pyio to test___all__ --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 052cc20c45d4..4b56749abef6 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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")