summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-08-30 20:08:15 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-08-30 20:08:15 (GMT)
commit82a23fe3925245086460eb7da95bbdc39cd2454a (patch)
tree50cb5487f59a351e64143bcbcfcad6f6e92ef540 /Lib
parent2dd66ce8287d8af965068d468e55fe41cc8fbdf5 (diff)
downloadcpython-82a23fe3925245086460eb7da95bbdc39cd2454a.zip
cpython-82a23fe3925245086460eb7da95bbdc39cd2454a.tar.gz
cpython-82a23fe3925245086460eb7da95bbdc39cd2454a.tar.bz2
test_pep3120 is no longer a problem for importlib as the test was tweaked.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/importlib/test/regrtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/test/regrtest.py b/Lib/importlib/test/regrtest.py
index ea9db2b..ca27489 100644
--- a/Lib/importlib/test/regrtest.py
+++ b/Lib/importlib/test/regrtest.py
@@ -8,7 +8,6 @@ this script.
XXX FAILING
test_import # execution bit, exception name differing, file name differing
between code and module (?)
- test_pep3120 # Difference in exception
test_runpy # Importing sys.imp.eric raises AttributeError instead of
ImportError (as does any attempt to import a sub-module
from a non-package, e.g. tokenize.menotreal)