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 BTaskaya
Recipients Arfrever, BTaskaya, JelleZijlstra, berker.peksag, brett.cannon, eric.snow, ncoghlan, python-dev, vstinner
Date 2019-12-07.13:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575725519.24.0.829984146241.issue25160@roundup.psfhosted.org>
In-reply-to
Content
@vstinner 

> Tools/importbench/importbench.py:10:import imp
> I think that it's fine to keep imp there. 

Any reason to keep imp there? We can just port it to sole importlib (it already uses it in some places)
History
Date User Action Args
2019-12-07 13:31:59BTaskayasetrecipients: + BTaskaya, brett.cannon, ncoghlan, vstinner, Arfrever, python-dev, eric.snow, berker.peksag, JelleZijlstra
2019-12-07 13:31:59BTaskayasetmessageid: <1575725519.24.0.829984146241.issue25160@roundup.psfhosted.org>
2019-12-07 13:31:59BTaskayalinkissue25160 messages
2019-12-07 13:31:59BTaskayacreate