commit | 8447c703d1fd0107a52b15de7ce3a7056e1ec160 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri May 23 12:30:37 2014 -0400 |
committer | Brett Cannon <brett@python.org> | Fri May 23 12:30:37 2014 -0400 |
tree | 1c6db7c398072ba929180cab46acf52bad84fec0 | |
parent | 065266450ea5519a43bcc199e48d304f1e7038e8 [diff] |
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report.