]> granicus.if.org Git - python/commitdiff
Clarify why test_import is failing under importlib.
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 23:41:40 +0000 (23:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 23:41:40 +0000 (23:41 +0000)
Lib/importlib/test/regrtest.py

index f9721c06d490925bb59de77b0f4a59378e3d8acb..17985fb283e0eed1f9819dfe9201ffee20f9af9c 100644 (file)
@@ -6,8 +6,9 @@ Otherwise all command-line options valid for test.regrtest are also valid for
 this script.
 
 XXX FAILING
-    test_import  # execution bit, exception name differing, file name differing
-                    between code and module (?)
+    test_import
+        execution bit
+        file name differing between __file__ and co_filename (r68360 on trunk)
 
 """
 import importlib