]> granicus.if.org Git - python/commit
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
authorBrett Cannon <brett@python.org>
Fri, 23 May 2014 16:30:37 +0000 (12:30 -0400)
committerBrett Cannon <brett@python.org>
Fri, 23 May 2014 16:30:37 +0000 (12:30 -0400)
commit8447c703d1fd0107a52b15de7ce3a7056e1ec160
tree1c6db7c398072ba929180cab46acf52bad84fec0
parent065266450ea5519a43bcc199e48d304f1e7038e8
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.
Lib/pkgutil.py
Lib/test/test_pkgutil.py
Misc/NEWS