[Python-checkins] r71017 - python/branches/py3k/Lib/test/test___all__.py

benjamin.peterson python-checkins at python.org
Thu Apr 2 03:14:45 CEST 2009


Author: benjamin.peterson
Date: Thu Apr  2 03:14:45 2009
New Revision: 71017

Log:
add io and _pyio to test___all__

Modified:
   python/branches/py3k/Lib/test/test___all__.py

Modified: python/branches/py3k/Lib/test/test___all__.py
==============================================================================
--- python/branches/py3k/Lib/test/test___all__.py	(original)
+++ python/branches/py3k/Lib/test/test___all__.py	Thu Apr  2 03:14:45 2009
@@ -75,6 +75,8 @@
         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")


More information about the Python-checkins mailing list