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 2016-01-15.21:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452894244.92.0.478987355259.issue26131@psf.upfronthosting.co.za>
In-reply-to
Content
Since loader.load_module() is documented as deprecated, we should consider raising an ImportWarning when it is used. That way when Python 2.7 support ends we can either remove it or have one more release where the various ImportWarnings turn into DeprecationWarnings and we finally clean up the import semantics to only be spec-based.
History
Date User Action Args
2016-01-15 21:44:04brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2016-01-15 21:44:04brett.cannonsetmessageid: <1452894244.92.0.478987355259.issue26131@psf.upfronthosting.co.za>
2016-01-15 21:44:04brett.cannonlinkissue26131 messages
2016-01-15 21:44:04brett.cannoncreate