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 brett.cannon
Recipients Arfrever, brett.cannon, eric.araujo, ncoghlan, pitrou, skrah
Date 2012-07-23.15:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343055961.86.0.604488381474.issue15434@psf.upfronthosting.co.za>
In-reply-to
Content
It might be a runpy thing as Nick has been tweaking that lately to deal with pkgutil issues.

And this is of course ignoring the fact that __import__ should never be called directly over importlib.import_module().
History
Date User Action Args
2012-07-23 15:06:01brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.araujo, Arfrever, skrah
2012-07-23 15:06:01brett.cannonsetmessageid: <1343055961.86.0.604488381474.issue15434@psf.upfronthosting.co.za>
2012-07-23 15:06:01brett.cannonlinkissue15434 messages
2012-07-23 15:06:01brett.cannoncreate