[Python-checkins] r74602 - python/branches/py3k/Lib/importlib/test/regrtest.py

brett.cannon python-checkins at python.org
Mon Aug 31 01:41:45 CEST 2009


Author: brett.cannon
Date: Mon Aug 31 01:41:40 2009
New Revision: 74602

Log:
Clarify why test_import is failing under importlib.

Modified:
   python/branches/py3k/Lib/importlib/test/regrtest.py

Modified: python/branches/py3k/Lib/importlib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/importlib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/importlib/test/regrtest.py	Mon Aug 31 01:41:40 2009
@@ -6,8 +6,9 @@
 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


More information about the Python-checkins mailing list