summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-08-30 23:41:40 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-08-30 23:41:40 (GMT)
commitd95863f6f310d1ac207570da1648370bb19c32d3 (patch)
tree1677dae59379006db1b02f289420b8b8dce7dc0b /Lib/importlib
parent17c9b4a9d69b797a73c8571f8cd5ce888695aa70 (diff)
downloadcpython-d95863f6f310d1ac207570da1648370bb19c32d3.zip
cpython-d95863f6f310d1ac207570da1648370bb19c32d3.tar.gz
cpython-d95863f6f310d1ac207570da1648370bb19c32d3.tar.bz2
Clarify why test_import is failing under importlib.
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/test/regrtest.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/importlib/test/regrtest.py b/Lib/importlib/test/regrtest.py
index f9721c0..17985fb 100644
--- a/Lib/importlib/test/regrtest.py
+++ b/Lib/importlib/test/regrtest.py
@@ -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