New submission from Nick Coghlan: Cherry pick request for the fix to issue 20839: http://hg.python.org/cpython/rev/ea827c809765
This updates pkgutil.find_loader to use importlib.util.find_spec, rather than the deprecated importlib.find_loader. ---------- keywords: 3.4regression messages: 212710 nosy: brett.cannon, eric.snow, ncoghlan priority: release blocker severity: normal stage: commit review status: open title: 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20850> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com