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, michaelanckaert, nanjekyejoannah, ncoghlan
Date 2020-10-23.00:38:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603413485.3.0.771516777391.issue26131@roundup.psfhosted.org>
In-reply-to
Content
A PR is now up. I ended up deprecating the load_module() methods in importlib itself and then raise ImportWarning in the import system itself when falling back to load_module().
History
Date User Action Args
2020-10-23 00:38:05brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, michaelanckaert, nanjekyejoannah
2020-10-23 00:38:05brett.cannonsetmessageid: <1603413485.3.0.771516777391.issue26131@roundup.psfhosted.org>
2020-10-23 00:38:05brett.cannonlinkissue26131 messages
2020-10-23 00:38:05brett.cannoncreate