commit | ee78a2b51cd9ede91bb780b71444119e1da19e4e | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sat May 12 17:43:17 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sat May 12 17:43:17 2012 -0400 |
tree | 1bd412c9e1f23283a0435e665ca2d33c00d2d3c4 | |
parent | acc0c181a85143e0113f1ec9cb838e86cd8df50f [diff] |
Issue #13959: Introduce importlib.find_loader(). The long-term goal is to deprecate imp.find_module() in favour of this API, but it will take some time as some APIs explicitly return/use what imp.find_module() returns.