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 Arfrever, aronacher, brett.cannon, eric.snow, larry, ncoghlan
Date 2014-03-03.11:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393846781.51.0.395338176734.issue20839@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds some appropriate unit tests, switches pkgutil.find_loader over to using importlib.util.find_spec and updates the docs appropriately.

I also filed issue 20842 relating to the fact that the pkgutil docs still refer to PEP 302 when they should be referring to the glossary terms instead.
History
Date User Action Args
2014-03-03 11:39:41ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, aronacher, Arfrever, eric.snow
2014-03-03 11:39:41ncoghlansetmessageid: <1393846781.51.0.395338176734.issue20839@psf.upfronthosting.co.za>
2014-03-03 11:39:41ncoghlanlinkissue20839 messages
2014-03-03 11:39:41ncoghlancreate