This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader
Type: behavior Stage: commit review
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, eric.snow, larry, ncoghlan
Priority: release blocker Keywords: 3.4regression

Created on 2014-03-04 10:42 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg212710 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2014-03-04 10:42
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.
msg212827 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-03-06 17:37
ok.
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65049
2014-03-06 17:37:53larrysetstatus: open -> closed

nosy: + larry
messages: + msg212827

resolution: fixed
2014-03-04 10:42:48ncoghlancreate