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
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
......
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