]> granicus.if.org Git - python/commit
Issue #27487: Warn if submodule already imported before runpy execution
authorMartin Panter <vadmium+py@gmail.com>
Sun, 21 Aug 2016 04:07:58 +0000 (04:07 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 21 Aug 2016 04:07:58 +0000 (04:07 +0000)
commit9c8aa9bffe755fe6126dc72dfd037c6b20e65906
tree27f0bb6088bde14cd358eef389833b0c3d0fe56f
parent9f957705d66bb7501d5590520778183217c301c9
Issue #27487: Warn if submodule already imported before runpy execution

Also try to clarify the find_spec() error message.
Lib/runpy.py
Lib/test/test_cmd_line_script.py
Lib/test/test_runpy.py
Misc/NEWS