commit | a6ce4fd426cb9df0e4816a627c79aff0fc6ecf63 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Oct 10 19:03:46 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Wed Oct 10 19:03:46 2012 -0400 |
tree | 09d85350d6408bf0422af543458737067e40e736 | |
parent | 3fa8c59024418e904abd4394b5ec47642f076ae3 [diff] |
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.