commit | 85e729ec3b6708af956fb47ff4936521020ff5e5 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Jul 15 18:09:52 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Jul 15 18:09:52 2012 +1000 |
tree | d0b10ba33497b7df8480eef9a915ca17c96d32c6 | |
parent | f96cf911a0dfb5344ab9b298c87af76ff3006e33 [diff] |
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)