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, eric.snow, ncoghlan
Date 2015-12-05.00:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449274063.93.0.451300544059.issue25802@psf.upfronthosting.co.za>
In-reply-to
Content
There are a couple concrete implementations of load_module() in importlib that have not been explicitly deprecated that probably should be. As part of this I will finally add an Examples section to the importlib docs to show how to do common tasks such as load a source file.
History
Date User Action Args
2015-12-05 00:07:43brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2015-12-05 00:07:43brett.cannonsetmessageid: <1449274063.93.0.451300544059.issue25802@psf.upfronthosting.co.za>
2015-12-05 00:07:43brett.cannonlinkissue25802 messages
2015-12-05 00:07:43brett.cannoncreate