Issue 20850: 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader (original) (raw)

Issue20850

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: Alyssa 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:59 admin set github: 65049
2014-03-06 17:37:53 larry set status: open -> closednosy: + larrymessages: + resolution: fixed
2014-03-04 10:42:48 ncoghlan create