[Python-checkins] r74598 - python/branches/py3k/Lib/importlib/test/regrtest.py
brett.cannon
python-checkins at python.org
Sun Aug 30 22:08:16 CEST 2009
Author: brett.cannon
Date: Sun Aug 30 22:08:15 2009
New Revision: 74598
Log:
test_pep3120 is no longer a problem for importlib as the test was tweaked.
Modified:
python/branches/py3k/Lib/importlib/test/regrtest.py
Modified: python/branches/py3k/Lib/importlib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/importlib/test/regrtest.py (original)
+++ python/branches/py3k/Lib/importlib/test/regrtest.py Sun Aug 30 22:08:15 2009
@@ -8,7 +8,6 @@
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)
More information about the Python-checkins
mailing list