=== modified file 'Lib/test/test___all__.py'
--- Lib/test/test___all__.py	2012-04-04 23:49:54 +0000
+++ Lib/test/test___all__.py	2012-04-04 23:49:33 +0000
@@ -66,6 +66,7 @@ class AllTest(unittest.TestCase):
         blacklist = set([
             # Will raise a SyntaxError when compiling the exec statement
             '__future__',
+            'idlelib',
         ])
 
         if not sys.platform.startswith('java'):

