Branch: refs/heads/master Home: https://github.com/python/cpython Commit: bc4bed440504597cac47d0a215ee094bfa99ba7e https://github.com/python/cpython/commit/bc4bed440504597cac47d0a215ee094bfa99ba7e Author: Matthias Bussonnier <bussonniermatthias at gmail.com> Date: 2017年02月14日 (2017年2月14日) Changed paths: M Lib/test/test_import/__init__.py M Misc/NEWS M Python/ceval.c Log Message: ----------- bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)