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, Pavel.Aslanov, brett.cannon, eric.araujo, ncoghlan
Date 2014-03-30.05:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396159081.08.0.677243455808.issue14710@psf.upfronthosting.co.za>
In-reply-to
Content
Update as of Python 3.4: pkgutil.get_loader() still throws AttributeError for this case, but importlib.util.find_spec() returns None as expected.
History
Date User Action Args
2014-03-30 05:58:01ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.araujo, Arfrever, Pavel.Aslanov
2014-03-30 05:58:01ncoghlansetmessageid: <1396159081.08.0.677243455808.issue14710@psf.upfronthosting.co.za>
2014-03-30 05:58:01ncoghlanlinkissue14710 messages
2014-03-30 05:58:00ncoghlancreate