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 georg.brandl, ncoghlan
Date 2012-07-10.03:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341892237.06.0.600347748801.issue15314@psf.upfronthosting.co.za>
In-reply-to
Content
There's some lingering weirdness in runpy due to its reliance on pkgutil's import emulation (see #15272).

For 3.3, I'd like to explicitly switch runpy over to using importlib. This was supposed to happen automatically, but the relevant API is "importlib.find_loader" rather than the "imp.get_loader" that runpy is currently looking for.
History
Date User Action Args
2012-07-10 03:50:37ncoghlansetrecipients: + ncoghlan, georg.brandl
2012-07-10 03:50:37ncoghlansetmessageid: <1341892237.06.0.600347748801.issue15314@psf.upfronthosting.co.za>
2012-07-10 03:50:36ncoghlanlinkissue15314 messages
2012-07-10 03:50:36ncoghlancreate