[issue20850] 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader

2014-03-06 Thread Larry Hastings
Larry Hastings added the comment: ok. -- nosy: +larry resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-b

[issue20850] 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader

2014-03-04 Thread Nick Coghlan
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: 2127