From: Brett Cannon Date: Sun, 30 Aug 2009 20:08:15 +0000 (+0000) Subject: test_pep3120 is no longer a problem for importlib as the test was tweaked. X-Git-Tag: v3.2a1~2643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a23fe3925245086460eb7da95bbdc39cd2454a;p=thirdparty%2FPython%2Fcpython.git test_pep3120 is no longer a problem for importlib as the test was tweaked. --- diff --git a/Lib/importlib/test/regrtest.py b/Lib/importlib/test/regrtest.py index ea9db2be9cbd..ca274892af98 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)