From: Brett Cannon Date: Sun, 30 Aug 2009 23:41:40 +0000 (+0000) Subject: Clarify why test_import is failing under importlib. X-Git-Tag: v3.2a1~2640 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d95863f6f310d1ac207570da1648370bb19c32d3;p=thirdparty%2FPython%2Fcpython.git Clarify why test_import is failing under importlib. --- diff --git a/Lib/importlib/test/regrtest.py b/Lib/importlib/test/regrtest.py index f9721c06d490..17985fb283e0 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