mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Clarify why test_import is failing under importlib.
This commit is contained in:
parent
17c9b4a9d6
commit
d95863f6f3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue