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.

Author ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan
Date 2014-03-04.10:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393929768.59.0.296328133341.issue20850@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-04 10:42:48ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow
2014-03-04 10:42:48ncoghlansetmessageid: <1393929768.59.0.296328133341.issue20850@psf.upfronthosting.co.za>
2014-03-04 10:42:48ncoghlanlinkissue20850 messages
2014-03-04 10:42:48ncoghlancreate