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 brett.cannon, christian.heimes, eric.snow, ncoghlan, steve.dower
Date 2015-04-14.15:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429023707.54.0.644042774404.issue23947@psf.upfronthosting.co.za>
In-reply-to
Content
Just so I don't forget, we also discussed introducing something like importlib.import_stdlib_module() which does what Steve mentions. That would handle aliasing in sys.modules cleanly. In the situation where the module is already in sys.modules and not the same module, a warning can be raised.
History
Date User Action Args
2015-04-14 15:01:47brett.cannonsetrecipients: + brett.cannon, ncoghlan, christian.heimes, eric.snow, steve.dower
2015-04-14 15:01:47brett.cannonsetmessageid: <1429023707.54.0.644042774404.issue23947@psf.upfronthosting.co.za>
2015-04-14 15:01:47brett.cannonlinkissue23947 messages
2015-04-14 15:01:47brett.cannoncreate