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 aronacher
Recipients aronacher
Date 2014-03-03.07:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393832636.13.0.907958415798.issue20839@psf.upfronthosting.co.za>
In-reply-to
Content
pkgutil.get_loader calls
pkgutil.find_loader which calls
importlib.find_loader

The latter logs a deprecation warning about it being replaced by importlib.util.find_spec.

This is a regression in 3.4 as far as I can see.
History
Date User Action Args
2014-03-03 07:43:56aronachersetrecipients: + aronacher
2014-03-03 07:43:56aronachersetmessageid: <1393832636.13.0.907958415798.issue20839@psf.upfronthosting.co.za>
2014-03-03 07:43:55aronacherlinkissue20839 messages
2014-03-03 07:43:55aronachercreate