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, python-dev
Date 2015-12-30.20:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451506857.68.0.885367268988.issue25802@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my attempt at adding an Examples section to the importlib docs. I cover importlib.util.find_spec(), importlib.import_module(), how to import a module by file path, and give an approximate import implementation for illustrative purposes.
History
Date User Action Args
2015-12-30 20:20:58brett.cannonsetrecipients: + brett.cannon, ncoghlan, python-dev, eric.snow
2015-12-30 20:20:57brett.cannonsetmessageid: <1451506857.68.0.885367268988.issue25802@psf.upfronthosting.co.za>
2015-12-30 20:20:57brett.cannonlinkissue25802 messages
2015-12-30 20:20:57brett.cannoncreate