Commit d95863f6 authored by Brett Cannon's avatar Brett Cannon

Clarify why test_import is failing under importlib.

parent 17c9b4a9
...@@ -6,8 +6,9 @@ Otherwise all command-line options valid for test.regrtest are also valid for ...@@ -6,8 +6,9 @@ Otherwise all command-line options valid for test.regrtest are also valid for
this script. this script.
XXX FAILING XXX FAILING
test_import # execution bit, exception name differing, file name differing test_import
between code and module (?) execution bit
file name differing between __file__ and co_filename (r68360 on trunk)
""" """
import importlib import importlib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment