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 eric.snow
Recipients Rob Bairos, brett.cannon, eric.snow
Date 2013-08-23.00:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377219320.61.0.655861079581.issue18812@psf.upfronthosting.co.za>
In-reply-to
Content
My guess is that, in part, it's left-over code from before the switch to importlib.  However, it relies on builtins.__import__(), which isn't guaranteed to work correctly, hence one last sync with sys.modules.  I'm not convinced that justifies not simply returning the result of calling __import__().

Brett, am I missing something here?
History
Date User Action Args
2013-08-23 00:55:20eric.snowsetrecipients: + eric.snow, brett.cannon, Rob Bairos
2013-08-23 00:55:20eric.snowsetmessageid: <1377219320.61.0.655861079581.issue18812@psf.upfronthosting.co.za>
2013-08-23 00:55:20eric.snowlinkissue18812 messages
2013-08-23 00:55:20eric.snowcreate