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 Mariatta, brett.cannon, docs@python, eric.snow, ncoghlan
Date 2019-07-25.20:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564086437.22.0.826867406463.issue37674@roundup.psfhosted.org>
In-reply-to
Content
It's deprecated: https://github.com/python/cpython/blob/master/Lib/imp.py#L31. The wording is from back when the module was soft-deprecated via documentation before it was hard-deprecated via code. Feel free to tweak it to say "The imp module is deprecated in favor of :mod:`importlib`."
History
Date User Action Args
2019-07-25 20:27:17brett.cannonsetrecipients: + brett.cannon, ncoghlan, docs@python, eric.snow, Mariatta
2019-07-25 20:27:17brett.cannonsetmessageid: <1564086437.22.0.826867406463.issue37674@roundup.psfhosted.org>
2019-07-25 20:27:17brett.cannonlinkissue37674 messages
2019-07-25 20:27:16brett.cannoncreate