]> granicus.if.org Git - python/commit
Issue #28026: Raise ImportError when exec_module() exists but create_module() is...
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 18:12:31 +0000 (11:12 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 18:12:31 +0000 (11:12 -0700)
commitf3fd06a2e4d42cf8e4e82a5b6cbff1e5a515aff3
tree41daf3438e6f223089206197f1dba3f843076be3
parente58571b7eaa3f282d7d29f3aead1cc8220bec473
Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/test_util.py
Misc/NEWS
Python/importlib.h