]> granicus.if.org Git - python/commit
Closes issue #15111: Calling __import__ with a module specified in
authorBrett Cannon <brett@python.org>
Wed, 10 Oct 2012 23:03:46 +0000 (19:03 -0400)
committerBrett Cannon <brett@python.org>
Wed, 10 Oct 2012 23:03:46 +0000 (19:03 -0400)
commita6ce4fd426cb9df0e4816a627c79aff0fc6ecf63
tree09d85350d6408bf0422af543458737067e40e736
parent3fa8c59024418e904abd4394b5ec47642f076ae3
Closes issue #15111: Calling __import__ with a module specified in
fromlist which causes its own ImportError (e.g. the module tries to
import a non-existent module) should have that exception propagate.
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/import_/test_fromlist.py
Misc/NEWS
Python/importlib.h